Html Css Color HEX #4B6DBB Havelock Blue

📋 copy color: '#4B6DBB'

red 75 ◦ green 109 ◦ blue 187

#4B6DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4B6DBB

Tints of Havelock Blue #4B6DBB

RGB

 RED value IS 75 (29.69% from 255) = 20.22%

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 20.22%
G = 29.38%
B = 50.4%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4B6DBB (or 0x4B6DBB) is known color: Havelock Blue. HEX triplet: 4B, 6D and BB. RGB value is (75,109,187). Sum of RGB (Red+Green+Blue) = 75+109+187=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B6DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6DBB is #B49244. Grayscale: #6B6B6B. Windows color (decimal): -11833925 or 12283211. OLE color: 12283211.

HSL color Cylindrical-coordinate representation of color #4B6DBB: hue angle of 221.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B6DBB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 109 187 -
CMYK 0.60 0.42 0 0.27
HSL 221.79º 0.45% 0.51% -
HSV(B) 221.79º 0.6% 0.73% -
XYZ 17.34 16.02 49.19 -
YUV 107.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 75 109 187 0.60 0.42 0 0.27 221.79 0.45 0.51
Hex 4B 6D BB 3C 2A 0 1B DE 2D 33
Octal 113 155 273 74 52 0 33 336 55 63
Binary 1001011 1101101 10111011 111100 101010 0 11011 11011110 101101 110011

Color Harmonies of #4B6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6DBB

Black with #4B6DBB

Text Example


Text Example

White with #4B6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B6DBB; }

 p { color: rgb(75,109,187); }

 H1.HeaderClassName
 {
   color: #4B6DBB;
 }
 .AnyTagClassName
 {
   color: #4B6DBB;
 }
</style>

background-color css

<style>
 a { background-color: #4B6DBB; }

 a { background-color: rgb(75,109,187); }

 div.DivClassName
 {
   background-color: #4B6DBB;
 }
 .BgClassName
 {
   background-color: #4B6DBB;
 }
</style>

border-color css

<style>
 span { border-color: #4B6DBB; }

 span { border-color: rgb(75,109,187); }

 td.TdClassName
 {
   border-color: #4B6DBB;
 }
 .TagClassName
 {
   border-color: #4B6DBB;
 }
</style>