Html Css Color HEX #4883CC Havelock Blue

📋 copy color: '#4883CC'

red 72 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #4883CC

Tints of Havelock Blue #4883CC

RGB

 RED value IS 72 (28.52% from 255) = 17.69%

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

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

R = 17.69%
G = 32.19%
B = 50.12%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4883CC (or 0x4883CC) is known color: Havelock Blue. HEX triplet: 48, 83 and CC. RGB value is (72,131,204). Sum of RGB (Red+Green+Blue) = 72+131+204=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4883CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883CC is #B77C33. Grayscale: #797979. Windows color (decimal): -12024884 or 13402952. OLE color: 13402952.

HSL color Cylindrical-coordinate representation of color #4883CC: hue angle of 213.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4883CC is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 131 204 -
CMYK 0.65 0.36 0 0.2
HSL 213.18º 0.56% 0.54% -
HSV(B) 213.18º 0.65% 0.8% -
XYZ 21.69 21.97 60.22 -
YUV 121.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 72 131 204 0.65 0.36 0 0.2 213.18 0.56 0.54
Hex 48 83 CC 41 24 0 14 D5 38 36
Octal 110 203 314 101 44 0 24 325 70 66
Binary 1001000 10000011 11001100 1000001 100100 0 10100 11010101 111000 110110

Color Harmonies of #4883CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883CC

Black with #4883CC

Text Example


Text Example

White with #4883CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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