#4680CF

Color #4680CF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4680CF

Tints of Havelock Blue #4680CF

Color information

#4680CF (or 0x4680CF) is unknown color: approx Havelock Blue. HEX triplet: 46, 80 and CF. RGB value is (70,128,207). Sum of RGB (Red+Green+Blue) = 70+128+207=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #4680CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680CF is #B97F30. Grayscale: #777777. Windows color (decimal): -12156721 or 13598790. OLE color: 13598790.

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

Color convert

RGB70128207-
CMYK0.660.3800.19
HSL214.6º58.8%54.31%-
HSV(B)214.6º66.18%81.18%-
XYZ21.5121.2562-
YUV119.66177.2892.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 207 (81.25% from 255) = 51.11%
R=17.28%
G=31.60%
B=51.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701282070.660.3800.19214.658.854.31
Hex4680CF4226013d73b36
Octal106200317102460233277366
Binary10001101000000011001111100001010011001001111010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4680CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4680CF;
 }
 .AnyTagClassName
 {
   color: #4680CF;
 }
</style>
background-color css

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

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

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

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

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

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