Html Css Color HEX #4B6FBA Havelock Blue

📋 copy color: '#4B6FBA'

red 75 ◦ green 111 ◦ blue 186

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

Shades of Havelock Blue #4B6FBA

Tints of Havelock Blue #4B6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 186 (73.05% from 255) = 50%

R = 20.16%
G = 29.84%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B6FBA (or 0x4B6FBA) is known color: Havelock Blue. HEX triplet: 4B, 6F and BA. RGB value is (75,111,186). Sum of RGB (Red+Green+Blue) = 75+111+186=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B6FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6FBA is #B49045. Grayscale: #6C6C6C. Windows color (decimal): -11833414 or 12218187. OLE color: 12218187.

HSL color Cylindrical-coordinate representation of color #4B6FBA: hue angle of 220.54º 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 #4B6FBA is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 111 186 -
CMYK 0.60 0.40 0 0.27
HSL 220.54º 0.45% 0.51% -
HSV(B) 220.54º 0.6% 0.73% -
XYZ 17.45 16.41 48.7 -
YUV 108.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 75 111 186 0.60 0.40 0 0.27 220.54 0.45 0.51
Hex 4B 6F BA 3C 28 0 1B DD 2D 33
Octal 113 157 272 74 50 0 33 335 55 63
Binary 1001011 1101111 10111010 111100 101000 0 11011 11011101 101101 110011

Color Harmonies of #4B6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6FBA

Black with #4B6FBA

Text Example


Text Example

White with #4B6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,186); }

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

background-color css

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

 a { background-color: rgb(75,111,186); }

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

border-color css

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

 span { border-color: rgb(75,111,186); }

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