Html Css Color HEX #4985DC Havelock Blue

📋 copy color: '#4985DC'

red 73 ◦ green 133 ◦ blue 220

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

Shades of Havelock Blue #4985DC

Tints of Havelock Blue #4985DC

RGB

 RED value IS 73 (28.91% from 255) = 17.14%

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

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

R = 17.14%
G = 31.22%
B = 51.64%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4985DC (or 0x4985DC) is known color: Havelock Blue. HEX triplet: 49, 85 and DC. RGB value is (73,133,220). Sum of RGB (Red+Green+Blue) = 73+133+220=426 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.14% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #4985DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4985DC is #B67A23. Grayscale: #7C7C7C. Windows color (decimal): -11958820 or 14452041. OLE color: 14452041.

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

Color convert

RGB 73 133 220 -
CMYK 0.67 0.40 0 0.14
HSL 215.51º 0.68% 0.57% -
HSV(B) 215.51º 0.67% 0.86% -
XYZ 24.05 23.36 70.95 -
YUV 124.98 181.62 90.93 -
System Red Green Blue C M Y K H S L
Decimal 73 133 220 0.67 0.40 0 0.14 215.51 0.68 0.57
Hex 49 85 DC 43 28 0 E D8 44 39
Octal 111 205 334 103 50 0 16 330 104 71
Binary 1001001 10000101 11011100 1000011 101000 0 1110 11011000 1000100 111001

Color Harmonies of #4985DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985DC

Black with #4985DC

Text Example


Text Example

White with #4985DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4985DC; }

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

 H1.HeaderClassName
 {
   color: #4985DC;
 }
 .AnyTagClassName
 {
   color: #4985DC;
 }
</style>

background-color css

<style>
 a { background-color: #4985DC; }

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

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

border-color css

<style>
 span { border-color: #4985DC; }

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

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