#4C449C

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

Shades of Blue Gem #4C449C

Tints of Blue Gem #4C449C

Color information

#4C449C (or 0x4C449C) is unknown color: approx Blue Gem. HEX triplet: 4C, 44 and 9C. RGB value is (76,68,156). Sum of RGB (Red+Green+Blue) = 76+68+156=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C449C is #B3BB63. Grayscale: #505050. Windows color (decimal): -11778916 or 10241100. OLE color: 10241100.

HSL color Cylindrical-coordinate representation of color #4C449C: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C449C is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7668156-
CMYK0.510.5600.39
HSL245.45º39.29%43.92%-
HSV(B)245.45º56.41%61.18%-
XYZ11.058.0732.43-
YUV80.42170.65124.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.33%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 156 (61.33% from 255) = 52%
R=25.33%
G=22.67%
B=52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76681560.510.5600.39245.4539.2943.92
Hex4C449C3338027f5272c
Octal11410423463700473654754
Binary1001100100010010011100110011111000010011111110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,156); }

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

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

 a { background-color: rgb(76,68,156); }

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

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

 span { border-color: rgb(76,68,156); }

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