Html Css Color HEX #4B73CA Havelock Blue

📋 copy color: '#4B73CA'

red 75 ◦ green 115 ◦ blue 202

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

Shades of Havelock Blue #4B73CA

Tints of Havelock Blue #4B73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 19.13%
G = 29.34%
B = 51.53%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B73CA (or 0x4B73CA) is known color: Havelock Blue. HEX triplet: 4B, 73 and CA. RGB value is (75,115,202). Sum of RGB (Red+Green+Blue) = 75+115+202=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B73CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B73CA is #B48C35. Grayscale: #707070. Windows color (decimal): -11832374 or 13267787. OLE color: 13267787.

HSL color Cylindrical-coordinate representation of color #4B73CA: hue angle of 221.1º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B73CA is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 75 115 202 -
CMYK 0.63 0.43 0 0.21
HSL 221.1º 0.55% 0.54% -
HSV(B) 221.1º 0.63% 0.79% -
XYZ 19.69 18.02 58.32 -
YUV 112.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 75 115 202 0.63 0.43 0 0.21 221.1 0.55 0.54
Hex 4B 73 CA 3F 2B 0 15 DD 37 36
Octal 113 163 312 77 53 0 25 335 67 66
Binary 1001011 1110011 11001010 111111 101011 0 10101 11011101 110111 110110

Color Harmonies of #4B73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B73CA

Black with #4B73CA

Text Example


Text Example

White with #4B73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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