Html Css Color HEX #4681CE Havelock Blue

📋 copy color: '#4681CE'

red 70 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #4681CE

Tints of Havelock Blue #4681CE

RGB

 RED value IS 70 (27.73% from 255) = 17.28%

 GREEN value IS 129 (50.78% from 255) = 31.85%

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

R = 17.28%
G = 31.85%
B = 50.86%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4681CE (or 0x4681CE) is known color: Havelock Blue. HEX triplet: 46, 81 and CE. RGB value is (70,129,206). Sum of RGB (Red+Green+Blue) = 70+129+206=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4681CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CE is #B97E31. Grayscale: #777777. Windows color (decimal): -12156466 or 13533510. OLE color: 13533510.

HSL color Cylindrical-coordinate representation of color #4681CE: hue angle of 213.97º 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 #4681CE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 129 206 -
CMYK 0.66 0.37 0 0.19
HSL 213.97º 0.58% 0.54% -
HSV(B) 213.97º 0.66% 0.81% -
XYZ 21.52 21.46 61.4 -
YUV 120.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 70 129 206 0.66 0.37 0 0.19 213.97 0.58 0.54
Hex 46 81 CE 42 25 0 13 D6 3A 36
Octal 106 201 316 102 45 0 23 326 72 66
Binary 1000110 10000001 11001110 1000010 100101 0 10011 11010110 111010 110110

Color Harmonies of #4681CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4681CE

Black with #4681CE

Text Example


Text Example

White with #4681CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,129,206); }

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

background-color css

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

 a { background-color: rgb(70,129,206); }

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

border-color css

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

 span { border-color: rgb(70,129,206); }

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