Html Css Color HEX #4B73CC Havelock Blue

📋 copy color: '#4B73CC'

red 75 ◦ green 115 ◦ blue 204

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

Shades of Havelock Blue #4B73CC

Tints of Havelock Blue #4B73CC

RGB

 RED value IS 75 (29.69% from 255) = 19.04%

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 19.04%
G = 29.19%
B = 51.78%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4B73CC (or 0x4B73CC) is known color: Havelock Blue. HEX triplet: 4B, 73 and CC. RGB value is (75,115,204). Sum of RGB (Red+Green+Blue) = 75+115+204=394 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.04% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B73CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B73CC is #B48C33. Grayscale: #707070. Windows color (decimal): -11832372 or 13398859. OLE color: 13398859.

HSL color Cylindrical-coordinate representation of color #4B73CC: hue angle of 221.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B73CC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 75 115 204 -
CMYK 0.63 0.44 0 0.2
HSL 221.4º 0.56% 0.55% -
HSV(B) 221.4º 0.63% 0.8% -
XYZ 19.93 18.12 59.57 -
YUV 113.19 179.25 100.76 -
System Red Green Blue C M Y K H S L
Decimal 75 115 204 0.63 0.44 0 0.2 221.4 0.56 0.55
Hex 4B 73 CC 3F 2C 0 14 DD 38 37
Octal 113 163 314 77 54 0 24 335 70 67
Binary 1001011 1110011 11001100 111111 101100 0 10100 11011101 111000 110111

Color Harmonies of #4B73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B73CC

Black with #4B73CC

Text Example


Text Example

White with #4B73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B73CC; }

 p { color: rgb(75,115,204); }

 H1.HeaderClassName
 {
   color: #4B73CC;
 }
 .AnyTagClassName
 {
   color: #4B73CC;
 }
</style>

background-color css

<style>
 a { background-color: #4B73CC; }

 a { background-color: rgb(75,115,204); }

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

border-color css

<style>
 span { border-color: #4B73CC; }

 span { border-color: rgb(75,115,204); }

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