#4C408D

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

Shades of Blue Gem #4C408D

Tints of Blue Gem #4C408D

Color information

#4C408D (or 0x4C408D) is unknown color: approx Blue Gem. HEX triplet: 4C, 40 and 8D. RGB value is (76,64,141). Sum of RGB (Red+Green+Blue) = 76+64+141=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C408D is #B3BF72. Grayscale: #4C4C4C. Windows color (decimal): -11779955 or 9257036. OLE color: 9257036.

HSL color Cylindrical-coordinate representation of color #4C408D: hue angle of 249.35º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C408D is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7664141-
CMYK0.460.5500.45
HSL249.35º37.56%40.2%-
HSV(B)249.35º54.61%55.29%-
XYZ9.627.1326.07-
YUV76.37164.48127.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=27.05%
G=22.78%
B=50.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76641410.460.5500.45249.3537.5640.2
Hex4C408D2E3702Df92628
Octal11410021556670553714650
Binary1001100100000010001101101110110111010110111111001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,141); }

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

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

 a { background-color: rgb(76,64,141); }

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

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

 span { border-color: rgb(76,64,141); }

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