Html Css Color HEX #4683CC Havelock Blue

📋 copy color: '#4683CC'

red 70 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #4683CC

Tints of Havelock Blue #4683CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 17.28%
G = 32.35%
B = 50.37%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4683CC (or 0x4683CC) is known color: Havelock Blue. HEX triplet: 46, 83 and CC. RGB value is (70,131,204). Sum of RGB (Red+Green+Blue) = 70+131+204=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4683CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4683CC is #B97C33. Grayscale: #787878. Windows color (decimal): -12155956 or 13402950. OLE color: 13402950.

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

Color convert

RGB 70 131 204 -
CMYK 0.66 0.36 0 0.2
HSL 212.69º 0.57% 0.54% -
HSV(B) 212.69º 0.66% 0.8% -
XYZ 21.54 21.89 60.22 -
YUV 121.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 70 131 204 0.66 0.36 0 0.2 212.69 0.57 0.54
Hex 46 83 CC 42 24 0 14 D5 39 36
Octal 106 203 314 102 44 0 24 325 71 66
Binary 1000110 10000011 11001100 1000010 100100 0 10100 11010101 111001 110110

Color Harmonies of #4683CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683CC

Black with #4683CC

Text Example


Text Example

White with #4683CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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