Html Css Color HEX #4680CD Havelock Blue

📋 copy color: '#4680CD'

red 70 ◦ green 128 ◦ blue 205

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

Shades of Havelock Blue #4680CD

Tints of Havelock Blue #4680CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 17.37%
G = 31.76%
B = 50.87%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4680CD (or 0x4680CD) is known color: Havelock Blue. HEX triplet: 46, 80 and CD. RGB value is (70,128,205). Sum of RGB (Red+Green+Blue) = 70+128+205=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #4680CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680CD is #B97F32. Grayscale: #777777. Windows color (decimal): -12156723 or 13467718. OLE color: 13467718.

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

Color convert

RGB 70 128 205 -
CMYK 0.66 0.38 0 0.20
HSL 214.22º 0.57% 0.54% -
HSV(B) 214.22º 0.66% 0.8% -
XYZ 21.26 21.15 60.72 -
YUV 119.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 70 128 205 0.66 0.38 0 0.20 214.22 0.57 0.54
Hex 46 80 CD 42 26 0 14 D6 39 36
Octal 106 200 315 102 46 0 24 326 71 66
Binary 1000110 10000000 11001101 1000010 100110 0 10100 11010110 111001 110110

Color Harmonies of #4680CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680CD

Black with #4680CD

Text Example


Text Example

White with #4680CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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