Html Css Color HEX #4785CE Havelock Blue

📋 copy color: '#4785CE'

red 71 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #4785CE

Tints of Havelock Blue #4785CE

RGB

 RED value IS 71 (28.13% from 255) = 17.32%

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

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

R = 17.32%
G = 32.44%
B = 50.24%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4785CE (or 0x4785CE) is known color: Havelock Blue. HEX triplet: 47, 85 and CE. RGB value is (71,133,206). Sum of RGB (Red+Green+Blue) = 71+133+206=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #4785CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4785CE is #B87A31. Grayscale: #7A7A7A. Windows color (decimal): -12089906 or 13534535. OLE color: 13534535.

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

Color convert

RGB 71 133 206 -
CMYK 0.66 0.35 0 0.19
HSL 212.44º 0.58% 0.54% -
HSV(B) 212.44º 0.66% 0.81% -
XYZ 22.13 22.57 61.58 -
YUV 122.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 71 133 206 0.66 0.35 0 0.19 212.44 0.58 0.54
Hex 47 85 CE 42 23 0 13 D4 3A 36
Octal 107 205 316 102 43 0 23 324 72 66
Binary 1000111 10000101 11001110 1000010 100011 0 10011 11010100 111010 110110

Color Harmonies of #4785CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785CE

Black with #4785CE

Text Example


Text Example

White with #4785CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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