Html Css Color HEX #4F85CC Havelock Blue

📋 copy color: '#4F85CC'

red 79 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #4F85CC

Tints of Havelock Blue #4F85CC

RGB

 RED value IS 79 (31.25% from 255) = 18.99%

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 18.99%
G = 31.97%
B = 49.04%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F85CC (or 0x4F85CC) is known color: Havelock Blue. HEX triplet: 4F, 85 and CC. RGB value is (79,133,204). Sum of RGB (Red+Green+Blue) = 79+133+204=416 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.99% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F85CC is #B07A33. Grayscale: #7C7C7C. Windows color (decimal): -11565620 or 13403471. OLE color: 13403471.

HSL color Cylindrical-coordinate representation of color #4F85CC: hue angle of 214.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F85CC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 133 204 -
CMYK 0.61 0.35 0 0.2
HSL 214.08º 0.55% 0.55% -
HSV(B) 214.08º 0.61% 0.8% -
XYZ 22.51 22.8 60.34 -
YUV 124.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 79 133 204 0.61 0.35 0 0.2 214.08 0.55 0.55
Hex 4F 85 CC 3D 23 0 14 D6 37 37
Octal 117 205 314 75 43 0 24 326 67 67
Binary 1001111 10000101 11001100 111101 100011 0 10100 11010110 110111 110111

Color Harmonies of #4F85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F85CC

Black with #4F85CC

Text Example


Text Example

White with #4F85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,204); }

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

background-color css

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

 a { background-color: rgb(79,133,204); }

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

border-color css

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

 span { border-color: rgb(79,133,204); }

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