#4C429D

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

Shades of Blue Gem #4C429D

Tints of Blue Gem #4C429D

Color information

#4C429D (or 0x4C429D) is unknown color: approx Blue Gem. HEX triplet: 4C, 42 and 9D. RGB value is (76,66,157). Sum of RGB (Red+Green+Blue) = 76+66+157=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C429D is #B3BD62. Grayscale: #4F4F4F. Windows color (decimal): -11779427 or 10306124. OLE color: 10306124.

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

Color convert

RGB7666157-
CMYK0.520.5800.38
HSL246.59º40.81%43.73%-
HSV(B)246.59º57.96%61.57%-
XYZ11.017.8732.84-
YUV79.36171.81125.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=25.42%
G=22.07%
B=52.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76661570.520.5800.38246.5940.8143.73
Hex4C429D343A026f7292c
Octal11410223564720463675154
Binary1001100100001010011101110100111010010011011110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,157); }

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

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

 a { background-color: rgb(76,66,157); }

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

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

 span { border-color: rgb(76,66,157); }

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