#4A3BAF

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

Shades of Blue Gem #4A3BAF

Tints of Blue Gem #4A3BAF

Color information

#4A3BAF (or 0x4A3BAF) is unknown color: approx Blue Gem. HEX triplet: 4A, 3B and AF. RGB value is (74,59,175). Sum of RGB (Red+Green+Blue) = 74+59+175=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A3BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAF is #B5C450. Grayscale: #4C4C4C. Windows color (decimal): -11912273 or 11483978. OLE color: 11483978.

HSL color Cylindrical-coordinate representation of color #4A3BAF: hue angle of 247.76º 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 #4A3BAF is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7459175-
CMYK0.580.6600.31
HSL247.76º49.57%45.88%-
HSV(B)247.76º66.29%68.63%-
XYZ12.137.6841.4-
YUV76.71183.47126.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=24.03%
G=19.16%
B=56.82%

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
Decimal74591750.580.6600.31247.7649.5745.88
Hex4A3BAF3A4201Ff8322e
Octal11273257721020373706256
Binary100101011101110101111111010100001001111111111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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