Html Css Color HEX #4681CD Havelock Blue

📋 copy color: '#4681CD'

red 70 ◦ green 129 ◦ blue 205

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

Shades of Havelock Blue #4681CD

Tints of Havelock Blue #4681CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 17.33%
G = 31.93%
B = 50.74%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4681CD (or 0x4681CD) is known color: Havelock Blue. HEX triplet: 46, 81 and CD. RGB value is (70,129,205). Sum of RGB (Red+Green+Blue) = 70+129+205=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #4681CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4681CD is #B97E32. Grayscale: #777777. Windows color (decimal): -12156467 or 13467974. OLE color: 13467974.

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

Color convert

RGB 70 129 205 -
CMYK 0.66 0.37 0 0.20
HSL 213.78º 0.57% 0.54% -
HSV(B) 213.78º 0.66% 0.8% -
XYZ 21.4 21.41 60.76 -
YUV 120.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 70 129 205 0.66 0.37 0 0.20 213.78 0.57 0.54
Hex 46 81 CD 42 25 0 14 D6 39 36
Octal 106 201 315 102 45 0 24 326 71 66
Binary 1000110 10000001 11001101 1000010 100101 0 10100 11010110 111001 110110

Color Harmonies of #4681CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4681CD

Black with #4681CD

Text Example


Text Example

White with #4681CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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