Html Css Color HEX #4883CB Havelock Blue

📋 copy color: '#4883CB'

red 72 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #4883CB

Tints of Havelock Blue #4883CB

RGB

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

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

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

R = 17.73%
G = 32.27%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4883CB (or 0x4883CB) is known color: Havelock Blue. HEX triplet: 48, 83 and CB. RGB value is (72,131,203). Sum of RGB (Red+Green+Blue) = 72+131+203=406 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.73% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4883CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883CB is #B77C34. Grayscale: #797979. Windows color (decimal): -12024885 or 13337416. OLE color: 13337416.

HSL color Cylindrical-coordinate representation of color #4883CB: hue angle of 212.98º 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 #4883CB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 131 203 -
CMYK 0.65 0.35 0 0.20
HSL 212.98º 0.56% 0.54% -
HSV(B) 212.98º 0.65% 0.8% -
XYZ 21.57 21.92 59.59 -
YUV 121.57 173.95 92.65 -
System Red Green Blue C M Y K H S L
Decimal 72 131 203 0.65 0.35 0 0.20 212.98 0.56 0.54
Hex 48 83 CB 41 23 0 14 D5 38 36
Octal 110 203 313 101 43 0 24 325 70 66
Binary 1001000 10000011 11001011 1000001 100011 0 10100 11010101 111000 110110

Color Harmonies of #4883CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883CB

Black with #4883CB

Text Example


Text Example

White with #4883CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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