Html Css Color HEX #4681CC Havelock Blue

📋 copy color: '#4681CC'

red 70 ◦ green 129 ◦ blue 204

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

Shades of Havelock Blue #4681CC

Tints of Havelock Blue #4681CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 17.37%
G = 32.01%
B = 50.62%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4681CC (or 0x4681CC) is known color: Havelock Blue. HEX triplet: 46, 81 and CC. RGB value is (70,129,204). Sum of RGB (Red+Green+Blue) = 70+129+204=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4681CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CC is #B97E33. Grayscale: #777777. Windows color (decimal): -12156468 or 13402438. OLE color: 13402438.

HSL color Cylindrical-coordinate representation of color #4681CC: hue angle of 213.58º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4681CC is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 129 204 -
CMYK 0.66 0.37 0 0.2
HSL 213.58º 0.57% 0.54% -
HSV(B) 213.58º 0.66% 0.8% -
XYZ 21.28 21.36 60.13 -
YUV 119.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 70 129 204 0.66 0.37 0 0.2 213.58 0.57 0.54
Hex 46 81 CC 42 25 0 14 D6 39 36
Octal 106 201 314 102 45 0 24 326 71 66
Binary 1000110 10000001 11001100 1000010 100101 0 10100 11010110 111001 110110

Color Harmonies of #4681CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4681CC

Black with #4681CC

Text Example


Text Example

White with #4681CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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