Html Css Color HEX #4773CA Havelock Blue

📋 copy color: '#4773CA'

red 71 ◦ green 115 ◦ blue 202

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

Shades of Havelock Blue #4773CA

Tints of Havelock Blue #4773CA

RGB

 RED value IS 71 (28.13% from 255) = 18.3%

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

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

R = 18.3%
G = 29.64%
B = 52.06%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4773CA (or 0x4773CA) is known color: Havelock Blue. HEX triplet: 47, 73 and CA. RGB value is (71,115,202). Sum of RGB (Red+Green+Blue) = 71+115+202=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4773CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4773CA is #B88C35. Grayscale: #6F6F6F. Windows color (decimal): -12094518 or 13267783. OLE color: 13267783.

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

Color convert

RGB 71 115 202 -
CMYK 0.65 0.43 0 0.21
HSL 219.85º 0.55% 0.54% -
HSV(B) 219.85º 0.65% 0.79% -
XYZ 19.39 17.87 58.3 -
YUV 111.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 71 115 202 0.65 0.43 0 0.21 219.85 0.55 0.54
Hex 47 73 CA 41 2B 0 15 DC 37 36
Octal 107 163 312 101 53 0 25 334 67 66
Binary 1000111 1110011 11001010 1000001 101011 0 10101 11011100 110111 110110

Color Harmonies of #4773CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4773CA

Black with #4773CA

Text Example


Text Example

White with #4773CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4773CA; }

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

 H1.HeaderClassName
 {
   color: #4773CA;
 }
 .AnyTagClassName
 {
   color: #4773CA;
 }
</style>

background-color css

<style>
 a { background-color: #4773CA; }

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

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

border-color css

<style>
 span { border-color: #4773CA; }

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

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