Html Css Color HEX #4682CD Havelock Blue

📋 copy color: '#4682CD'

red 70 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #4682CD

Tints of Havelock Blue #4682CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 17.28%
G = 32.1%
B = 50.62%

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

#4682CD (or 0x4682CD) is known color: Havelock Blue. HEX triplet: 46, 82 and CD. RGB value is (70,130,205). Sum of RGB (Red+Green+Blue) = 70+130+205=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #4682CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682CD is #B97D32. Grayscale: #787878. Windows color (decimal): -12156211 or 13468230. OLE color: 13468230.

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

Color convert

RGB 70 130 205 -
CMYK 0.66 0.37 0 0.20
HSL 213.33º 0.57% 0.54% -
HSV(B) 213.33º 0.66% 0.8% -
XYZ 21.53 21.68 60.81 -
YUV 120.61 175.62 91.9 -
System Red Green Blue C M Y K H S L
Decimal 70 130 205 0.66 0.37 0 0.20 213.33 0.57 0.54
Hex 46 82 CD 42 25 0 14 D5 39 36
Octal 106 202 315 102 45 0 24 325 71 66
Binary 1000110 10000010 11001101 1000010 100101 0 10100 11010101 111001 110110

Color Harmonies of #4682CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4682CD

Black with #4682CD

Text Example


Text Example

White with #4682CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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