#4A449A

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

Shades of Blue Gem #4A449A

Tints of Blue Gem #4A449A

Color information

#4A449A (or 0x4A449A) is unknown color: approx Blue Gem. HEX triplet: 4A, 44 and 9A. RGB value is (74,68,154). Sum of RGB (Red+Green+Blue) = 74+68+154=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A449A is #B5BB65. Grayscale: #4F4F4F. Windows color (decimal): -11909990 or 10110026. OLE color: 10110026.

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

Color convert

RGB7468154-
CMYK0.520.5600.40
HSL244.19º38.74%43.53%-
HSV(B)244.19º55.84%60.39%-
XYZ10.727.9231.54-
YUV79.6169.99124.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=25%
G=22.97%
B=52.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74681540.520.5600.40244.1938.7443.53
Hex4A449A3438028f4272c
Octal11210423264700503644754
Binary1001010100010010011010110100111000010100011110100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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