Html Css Color HEX #4A85DC Havelock Blue

📋 copy color: '#4A85DC'

red 74 ◦ green 133 ◦ blue 220

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

Shades of Havelock Blue #4A85DC

Tints of Havelock Blue #4A85DC

RGB

 RED value IS 74 (29.3% from 255) = 17.33%

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 17.33%
G = 31.15%
B = 51.52%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A85DC (or 0x4A85DC) is known color: Havelock Blue. HEX triplet: 4A, 85 and DC. RGB value is (74,133,220). Sum of RGB (Red+Green+Blue) = 74+133+220=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A85DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A85DC is #B57A23. Grayscale: #7C7C7C. Windows color (decimal): -11893284 or 14452042. OLE color: 14452042.

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

Color convert

RGB 74 133 220 -
CMYK 0.66 0.40 0 0.14
HSL 215.75º 0.68% 0.58% -
HSV(B) 215.75º 0.66% 0.86% -
XYZ 24.13 23.4 70.95 -
YUV 125.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 74 133 220 0.66 0.40 0 0.14 215.75 0.68 0.58
Hex 4A 85 DC 42 28 0 E D8 44 3A
Octal 112 205 334 102 50 0 16 330 104 72
Binary 1001010 10000101 11011100 1000010 101000 0 1110 11011000 1000100 111010

Color Harmonies of #4A85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A85DC

Black with #4A85DC

Text Example


Text Example

White with #4A85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,220); }

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

background-color css

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

 a { background-color: rgb(74,133,220); }

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

border-color css

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

 span { border-color: rgb(74,133,220); }

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