Html Css Color HEX #4683CD Havelock Blue

📋 copy color: '#4683CD'

red 70 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #4683CD

Tints of Havelock Blue #4683CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 17.24%
G = 32.27%
B = 50.49%

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

#4683CD (or 0x4683CD) is known color: Havelock Blue. HEX triplet: 46, 83 and CD. RGB value is (70,131,205). Sum of RGB (Red+Green+Blue) = 70+131+205=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #4683CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683CD is #B97C32. Grayscale: #787878. Windows color (decimal): -12155955 or 13468486. OLE color: 13468486.

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

Color convert

RGB 70 131 205 -
CMYK 0.66 0.36 0 0.20
HSL 212.89º 0.57% 0.54% -
HSV(B) 212.89º 0.66% 0.8% -
XYZ 21.66 21.94 60.85 -
YUV 121.2 175.29 91.48 -
System Red Green Blue C M Y K H S L
Decimal 70 131 205 0.66 0.36 0 0.20 212.89 0.57 0.54
Hex 46 83 CD 42 24 0 14 D5 39 36
Octal 106 203 315 102 44 0 24 325 71 66
Binary 1000110 10000011 11001101 1000010 100100 0 10100 11010101 111001 110110

Color Harmonies of #4683CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683CD

Black with #4683CD

Text Example


Text Example

White with #4683CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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