Html Css Color HEX #4C85DD Havelock Blue

📋 copy color: '#4C85DD'

red 76 ◦ green 133 ◦ blue 221

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

Shades of Havelock Blue #4C85DD

Tints of Havelock Blue #4C85DD

RGB

 RED value IS 76 (30.08% from 255) = 17.67%

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 17.67%
G = 30.93%
B = 51.4%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C85DD (or 0x4C85DD) is known color: Havelock Blue. HEX triplet: 4C, 85 and DD. RGB value is (76,133,221). Sum of RGB (Red+Green+Blue) = 76+133+221=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C85DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C85DD is #B37A22. Grayscale: #7D7D7D. Windows color (decimal): -11762211 or 14517580. OLE color: 14517580.

HSL color Cylindrical-coordinate representation of color #4C85DD: hue angle of 216.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C85DD is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 133 221 -
CMYK 0.66 0.40 0 0.13
HSL 216.41º 0.68% 0.58% -
HSV(B) 216.41º 0.66% 0.87% -
XYZ 24.42 23.53 71.66 -
YUV 125.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 76 133 221 0.66 0.40 0 0.13 216.41 0.68 0.58
Hex 4C 85 DD 42 28 0 D D8 44 3A
Octal 114 205 335 102 50 0 15 330 104 72
Binary 1001100 10000101 11011101 1000010 101000 0 1101 11011000 1000100 111010

Color Harmonies of #4C85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C85DD

Black with #4C85DD

Text Example


Text Example

White with #4C85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,221); }

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

background-color css

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

 a { background-color: rgb(76,133,221); }

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

border-color css

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

 span { border-color: rgb(76,133,221); }

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