#4C3F8A

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

Shades of Blue Gem #4C3F8A

Tints of Blue Gem #4C3F8A

Color information

#4C3F8A (or 0x4C3F8A) is unknown color: approx Blue Gem. HEX triplet: 4C, 3F and 8A. RGB value is (76,63,138). Sum of RGB (Red+Green+Blue) = 76+63+138=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C3F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3F8A is #B3C075. Grayscale: #4B4B4B. Windows color (decimal): -11780214 or 9060172. OLE color: 9060172.

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

Color convert

RGB7663138-
CMYK0.450.5400.46
HSL250.4º37.31%39.41%-
HSV(B)250.4º54.35%54.12%-
XYZ9.356.9324.89-
YUV75.44163.31128.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.44%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=27.44%
G=22.74%
B=49.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76631380.450.5400.46250.437.3139.41
Hex4C3F8A2D3602Efa2527
Octal1147721255660563724547
Binary100110011111110001010101101110110010111011111010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,63,138); }

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

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

 a { background-color: rgb(76,63,138); }

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

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

 span { border-color: rgb(76,63,138); }

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