Html Css Color HEX #4885CF Havelock Blue

📋 copy color: '#4885CF'

red 72 ◦ green 133 ◦ blue 207

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

Shades of Havelock Blue #4885CF

Tints of Havelock Blue #4885CF

RGB

 RED value IS 72 (28.52% from 255) = 17.48%

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 17.48%
G = 32.28%
B = 50.24%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4885CF (or 0x4885CF) is known color: Havelock Blue. HEX triplet: 48, 85 and CF. RGB value is (72,133,207). Sum of RGB (Red+Green+Blue) = 72+133+207=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #4885CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CF is #B77A30. Grayscale: #7A7A7A. Windows color (decimal): -12024369 or 13600072. OLE color: 13600072.

HSL color Cylindrical-coordinate representation of color #4885CF: hue angle of 212.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4885CF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 133 207 -
CMYK 0.65 0.36 0 0.19
HSL 212.89º 0.58% 0.55% -
HSV(B) 212.89º 0.65% 0.81% -
XYZ 22.32 22.66 62.23 -
YUV 123.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 72 133 207 0.65 0.36 0 0.19 212.89 0.58 0.55
Hex 48 85 CF 41 24 0 13 D5 3A 37
Octal 110 205 317 101 44 0 23 325 72 67
Binary 1001000 10000101 11001111 1000001 100100 0 10011 11010101 111010 110111

Color Harmonies of #4885CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885CF

Black with #4885CF

Text Example


Text Example

White with #4885CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4885CF; }

 p { color: rgb(72,133,207); }

 H1.HeaderClassName
 {
   color: #4885CF;
 }
 .AnyTagClassName
 {
   color: #4885CF;
 }
</style>

background-color css

<style>
 a { background-color: #4885CF; }

 a { background-color: rgb(72,133,207); }

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

border-color css

<style>
 span { border-color: #4885CF; }

 span { border-color: rgb(72,133,207); }

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