Html Css Color HEX #4B72BE Havelock Blue

📋 copy color: '#4B72BE'

red 75 ◦ green 114 ◦ blue 190

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

Shades of Havelock Blue #4B72BE

Tints of Havelock Blue #4B72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 19.79%
G = 30.08%
B = 50.13%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B72BE (or 0x4B72BE) is known color: Havelock Blue. HEX triplet: 4B, 72 and BE. RGB value is (75,114,190). Sum of RGB (Red+Green+Blue) = 75+114+190=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B72BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72BE is #B48D41. Grayscale: #6E6E6E. Windows color (decimal): -11832642 or 12481099. OLE color: 12481099.

HSL color Cylindrical-coordinate representation of color #4B72BE: hue angle of 219.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B72BE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 114 190 -
CMYK 0.61 0.40 0 0.25
HSL 219.65º 0.47% 0.52% -
HSV(B) 219.65º 0.61% 0.75% -
XYZ 18.21 17.25 51.08 -
YUV 111 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 75 114 190 0.61 0.40 0 0.25 219.65 0.47 0.52
Hex 4B 72 BE 3D 28 0 19 DC 2F 34
Octal 113 162 276 75 50 0 31 334 57 64
Binary 1001011 1110010 10111110 111101 101000 0 11001 11011100 101111 110100

Color Harmonies of #4B72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B72BE

Black with #4B72BE

Text Example


Text Example

White with #4B72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,190); }

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

background-color css

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

 a { background-color: rgb(75,114,190); }

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

border-color css

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

 span { border-color: rgb(75,114,190); }

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