Html Css Color HEX #4975C2 Havelock Blue

📋 copy color: '#4975C2'

red 73 ◦ green 117 ◦ blue 194

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

Shades of Havelock Blue #4975C2

Tints of Havelock Blue #4975C2

RGB

 RED value IS 73 (28.91% from 255) = 19.01%

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 19.01%
G = 30.47%
B = 50.52%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4975C2 (or 0x4975C2) is known color: Havelock Blue. HEX triplet: 49, 75 and C2. RGB value is (73,117,194). Sum of RGB (Red+Green+Blue) = 73+117+194=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #4975C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975C2 is #B68A3D. Grayscale: #707070. Windows color (decimal): -11962942 or 12744009. OLE color: 12744009.

HSL color Cylindrical-coordinate representation of color #4975C2: hue angle of 218.18º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4975C2 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 117 194 -
CMYK 0.62 0.40 0 0.24
HSL 218.18º 0.5% 0.52% -
HSV(B) 218.18º 0.62% 0.76% -
XYZ 18.85 18.03 53.53 -
YUV 112.62 173.92 99.74 -
System Red Green Blue C M Y K H S L
Decimal 73 117 194 0.62 0.40 0 0.24 218.18 0.5 0.52
Hex 49 75 C2 3E 28 0 18 DA 32 34
Octal 111 165 302 76 50 0 30 332 62 64
Binary 1001001 1110101 11000010 111110 101000 0 11000 11011010 110010 110100

Color Harmonies of #4975C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975C2

Black with #4975C2

Text Example


Text Example

White with #4975C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4975C2; }

 p { color: rgb(73,117,194); }

 H1.HeaderClassName
 {
   color: #4975C2;
 }
 .AnyTagClassName
 {
   color: #4975C2;
 }
</style>

background-color css

<style>
 a { background-color: #4975C2; }

 a { background-color: rgb(73,117,194); }

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

border-color css

<style>
 span { border-color: #4975C2; }

 span { border-color: rgb(73,117,194); }

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