#4C2FA5

Color #4C2FA5 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4C2FA5

Tints of Blue Gem #4C2FA5

Color information

#4C2FA5 (or 0x4C2FA5) is unknown color: approx Blue Gem. HEX triplet: 4C, 2F and A5. RGB value is (76,47,165). Sum of RGB (Red+Green+Blue) = 76+47+165=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #4C2FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2FA5 is #B3D05A. Grayscale: #444444. Windows color (decimal): -11784283 or 10825548. OLE color: 10825548.

HSL color Cylindrical-coordinate representation of color #4C2FA5: hue angle of 254.75º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C2FA5 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7647165-
CMYK0.540.7200.35
HSL254.75º55.66%41.57%-
HSV(B)254.75º71.52%64.71%-
XYZ10.796.2936.24-
YUV69.12182.11132.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.39%
GREEN value IS 47 (18.75% from 255) = 16.32%
BLUE value IS 165 (64.84% from 255) = 57.29%
R=26.39%
G=16.32%
B=57.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76471650.540.7200.35254.7555.6641.57
Hex4C2FA53648023ff382a
Octal11457245661100433777052
Binary1001100101111101001011101101001000010001111111111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,47,165); }

 H1.HeaderClassName
 {
   color: #4C2FA5;
 }
 .AnyTagClassName
 {
   color: #4C2FA5;
 }
</style>
background-color css

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

 a { background-color: rgb(76,47,165); }

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

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

 span { border-color: rgb(76,47,165); }

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