#4A3F92

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

Shades of Blue Gem #4A3F92

Tints of Blue Gem #4A3F92

Color information

#4A3F92 (or 0x4A3F92) is unknown color: approx Blue Gem. HEX triplet: 4A, 3F and 92. RGB value is (74,63,146). Sum of RGB (Red+Green+Blue) = 74+63+146=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A3F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F92 is #B5C06D. Grayscale: #4B4B4B. Windows color (decimal): -11911278 or 9584458. OLE color: 9584458.

HSL color Cylindrical-coordinate representation of color #4A3F92: hue angle of 247.95º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3F92 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7463146-
CMYK0.490.5700.43
HSL247.95º39.71%40.98%-
HSV(B)247.95º56.85%57.25%-
XYZ9.797.0928.05-
YUV75.75167.64126.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=26.15%
G=22.26%
B=51.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74631460.490.5700.43247.9539.7140.98
Hex4A3F92313902Bf82829
Octal1127722261710533705051
Binary100101011111110010010110001111001010101111111000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,146); }

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

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

 a { background-color: rgb(74,63,146); }

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

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

 span { border-color: rgb(74,63,146); }

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