Color Hex Logo

#4b7bce Color Hex

#4B7BCE
(75,123,206)
0 Favorites   0 Comments

Color spaces of #4b7bce

RGB 75123206
HSL0.610.570.55
HSV218°64°81°
CMYK 0.640.400.00   0.19
XYZ21.125220.118061.1623
Yxy20.11800.20630.1965
Hunter Lab44.85315.5782-49.4515
CIE-Lab51.97049.8951-47.8302

#4b7bce color RGB value is (75,123,206).

#4b7bce hex color red value is 75, green value is 123 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4b7bce hue: 0.61 , saturation: 0.57 and the lightness value of 4b7bce is 0.55.

The process color (four color CMYK) of #4b7bce color hex is 0.64, 0.40, 0.00, 0.19. Web safe color of #4b7bce is #3366cc. Color #4b7bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01111011 11001110
Octal 113 173 316
Decimal 75 123 206
Hex 4B 7B CE

RGB Percentages of Color #4b7bce

%18.56
%30.45
%50.99

CMYK Percentages of Color #4b7bce

%64
%40
%0
%19

Triadic Colors of #4b7bce

#4b7bce #ce4b7b #7bce4b

Analogous Colors of #4b7bce

#4b7bce #5d4bce #4bbdce

Monochromatic Colors of #4b7bce

#4b7bce

Complementary Color

#4b7bce #ce9e4b

#4b7bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b7bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b7bce Color CSS Codes

.mybgcolor {background-color:#4b7bce; } 
.myforecolor {color:#4b7bce; }
.mybordercolor {border:3px solid #4b7bce; }

#4b7bce Text Font Color

<p style="color:#4b7bce">Text here</p>

This sample text font color is #4b7bce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4b7bce Background Color

<div style="background-color:#4b7bce">
Div content here</div>

This div background color is #4b7bce


#4b7bce Border Color

<div style="border:3px solid #4b7bce">
Div here</div>

This div border color is #4b7bce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,123,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b7bce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b7bce;
  -webkit-box-shadow: 1px 1px 3px 2px #4b7bce;
  box-shadow:         1px 1px 3px 2px #4b7bce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,123,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4b7bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4b7bce;
  -webkit-box-shadow: 1px 1px 3px 2px #4b7bce;
  box-shadow:         1px 1px 3px 2px #4b7bce;">
Div content here</div>

This div box has shadow with color #4b7bce


Comments

No comments written yet.

Please login to write comment.