#4C419E

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

Shades of Blue Gem #4C419E

Tints of Blue Gem #4C419E

Color information

#4C419E (or 0x4C419E) is unknown color: approx Blue Gem. HEX triplet: 4C, 41 and 9E. RGB value is (76,65,158). Sum of RGB (Red+Green+Blue) = 76+65+158=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C419E is #B3BE61. Grayscale: #4E4E4E. Windows color (decimal): -11779682 or 10371404. OLE color: 10371404.

HSL color Cylindrical-coordinate representation of color #4C419E: hue angle of 247.1º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C419E is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7665158-
CMYK0.520.5900.38
HSL247.1º41.7%43.73%-
HSV(B)247.1º58.86%61.96%-
XYZ11.047.7933.27-
YUV78.89172.64125.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=25.42%
G=21.74%
B=52.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76651580.520.5900.38247.141.743.73
Hex4C419E343B026f72a2c
Octal11410123664730463675254
Binary1001100100000110011110110100111011010011011110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,158); }

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

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

 a { background-color: rgb(76,65,158); }

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

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

 span { border-color: rgb(76,65,158); }

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