Html Css Color HEX #4485CE Havelock Blue

📋 copy color: '#4485CE'

red 68 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #4485CE

Tints of Havelock Blue #4485CE

RGB

 RED value IS 68 (26.95% from 255) = 16.71%

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 16.71%
G = 32.68%
B = 50.61%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4485CE (or 0x4485CE) is known color: Havelock Blue. HEX triplet: 44, 85 and CE. RGB value is (68,133,206). Sum of RGB (Red+Green+Blue) = 68+133+206=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4485CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4485CE is #BB7A31. Grayscale: #797979. Windows color (decimal): -12286514 or 13534532. OLE color: 13534532.

HSL color Cylindrical-coordinate representation of color #4485CE: hue angle of 211.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4485CE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 133 206 -
CMYK 0.67 0.35 0 0.19
HSL 211.74º 0.58% 0.54% -
HSV(B) 211.74º 0.67% 0.81% -
XYZ 21.91 22.46 61.57 -
YUV 121.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 68 133 206 0.67 0.35 0 0.19 211.74 0.58 0.54
Hex 44 85 CE 43 23 0 13 D4 3A 36
Octal 104 205 316 103 43 0 23 324 72 66
Binary 1000100 10000101 11001110 1000011 100011 0 10011 11010100 111010 110110

Color Harmonies of #4485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4485CE

Black with #4485CE

Text Example


Text Example

White with #4485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4485CE; }

 p { color: rgb(68,133,206); }

 H1.HeaderClassName
 {
   color: #4485CE;
 }
 .AnyTagClassName
 {
   color: #4485CE;
 }
</style>

background-color css

<style>
 a { background-color: #4485CE; }

 a { background-color: rgb(68,133,206); }

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

border-color css

<style>
 span { border-color: #4485CE; }

 span { border-color: rgb(68,133,206); }

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