#4A449C

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

Shades of Blue Gem #4A449C

Tints of Blue Gem #4A449C

Color information

#4A449C (or 0x4A449C) is unknown color: approx Blue Gem. HEX triplet: 4A, 44 and 9C. RGB value is (74,68,156). Sum of RGB (Red+Green+Blue) = 74+68+156=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A449C is #B5BB63. Grayscale: #4F4F4F. Windows color (decimal): -11909988 or 10241098. OLE color: 10241098.

HSL color Cylindrical-coordinate representation of color #4A449C: hue angle of 244.09º 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 #4A449C is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7468156-
CMYK0.530.5600.39
HSL244.09º39.29%43.92%-
HSV(B)244.09º56.41%61.18%-
XYZ10.897.9932.42-
YUV79.83170.99123.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=24.83%
G=22.82%
B=52.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74681560.530.5600.39244.0939.2943.92
Hex4A449C3538027f4272c
Octal11210423465700473644754
Binary1001010100010010011100110101111000010011111110100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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