Html Css Color HEX #4680CE Havelock Blue

📋 copy color: '#4680CE'

red 70 ◦ green 128 ◦ blue 206

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

Shades of Havelock Blue #4680CE

Tints of Havelock Blue #4680CE

RGB

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

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

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

R = 17.33%
G = 31.68%
B = 50.99%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4680CE (or 0x4680CE) is known color: Havelock Blue. HEX triplet: 46, 80 and CE. RGB value is (70,128,206). Sum of RGB (Red+Green+Blue) = 70+128+206=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #4680CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680CE is #B97F31. Grayscale: #777777. Windows color (decimal): -12156722 or 13533254. OLE color: 13533254.

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

Color convert

RGB 70 128 206 -
CMYK 0.66 0.38 0 0.19
HSL 214.41º 0.58% 0.54% -
HSV(B) 214.41º 0.66% 0.81% -
XYZ 21.39 21.2 61.36 -
YUV 119.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 70 128 206 0.66 0.38 0 0.19 214.41 0.58 0.54
Hex 46 80 CE 42 26 0 13 D6 3A 36
Octal 106 200 316 102 46 0 23 326 72 66
Binary 1000110 10000000 11001110 1000010 100110 0 10011 11010110 111010 110110

Color Harmonies of #4680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4680CE

Black with #4680CE

Text Example


Text Example

White with #4680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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