#4A3BB0

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

Shades of Blue Gem #4A3BB0

Tints of Blue Gem #4A3BB0

Color information

#4A3BB0 (or 0x4A3BB0) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and B0. RGB value is (74,59,176). Sum of RGB (Red+Green+Blue) = 74+59+176=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #4A3BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BB0 is #B5C44F. Grayscale: #4C4C4C. Windows color (decimal): -11912272 or 11549514. OLE color: 11549514.

HSL color Cylindrical-coordinate representation of color #4A3BB0: hue angle of 247.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3BB0 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7459176-
CMYK0.580.6600.31
HSL247.69º49.79%46.08%-
HSV(B)247.69º66.48%69.02%-
XYZ12.227.7241.92-
YUV76.82183.97125.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.95%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 176 (69.14% from 255) = 56.96%
R=23.95%
G=19.09%
B=56.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74591760.580.6600.31247.6949.7946.08
Hex4A3BB03A4201Ff8322e
Octal11273260721020373706256
Binary100101011101110110000111010100001001111111111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,59,176); }

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

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

 a { background-color: rgb(74,59,176); }

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

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

 span { border-color: rgb(74,59,176); }

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