Html Css Color HEX #4682CB Havelock Blue

📋 copy color: '#4682CB'

red 70 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #4682CB

Tints of Havelock Blue #4682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 17.37%
G = 32.26%
B = 50.37%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4682CB (or 0x4682CB) is known color: Havelock Blue. HEX triplet: 46, 82 and CB. RGB value is (70,130,203). Sum of RGB (Red+Green+Blue) = 70+130+203=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #4682CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682CB is #B97D34. Grayscale: #787878. Windows color (decimal): -12156213 or 13337158. OLE color: 13337158.

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

Color convert

RGB 70 130 203 -
CMYK 0.66 0.36 0 0.20
HSL 212.93º 0.56% 0.54% -
HSV(B) 212.93º 0.66% 0.8% -
XYZ 21.29 21.58 59.54 -
YUV 120.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 70 130 203 0.66 0.36 0 0.20 212.93 0.56 0.54
Hex 46 82 CB 42 24 0 14 D5 38 36
Octal 106 202 313 102 44 0 24 325 70 66
Binary 1000110 10000010 11001011 1000010 100100 0 10100 11010101 111000 110110

Color Harmonies of #4682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4682CB

Black with #4682CB

Text Example


Text Example

White with #4682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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