#4C358F

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

Shades of Blue Gem #4C358F

Tints of Blue Gem #4C358F

Color information

#4C358F (or 0x4C358F) is unknown color: approx Blue Gem. HEX triplet: 4C, 35 and 8F. RGB value is (76,53,143). Sum of RGB (Red+Green+Blue) = 76+53+143=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C358F is #B3CA70. Grayscale: #454545. Windows color (decimal): -11782769 or 9385292. OLE color: 9385292.

HSL color Cylindrical-coordinate representation of color #4C358F: hue angle of 255.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C358F is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7653143-
CMYK0.470.6300.44
HSL255.33º45.92%38.43%-
HSV(B)255.33º62.94%56.08%-
XYZ9.216.0726.67-
YUV70.14169.12132.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=27.94%
G=19.49%
B=52.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76531430.470.6300.44255.3345.9238.43
Hex4C358F2F3F02Cff2e26
Octal1146521757770543775646
Binary100110011010110001111101111111111010110011111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,53,143); }

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

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

 a { background-color: rgb(76,53,143); }

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

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

 span { border-color: rgb(76,53,143); }

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