#4A3F9E

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

Shades of Blue Gem #4A3F9E

Tints of Blue Gem #4A3F9E

Color information

#4A3F9E (or 0x4A3F9E) is unknown color: approx Blue Gem. HEX triplet: 4A, 3F and 9E. RGB value is (74,63,158). Sum of RGB (Red+Green+Blue) = 74+63+158=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A3F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3F9E is #B5C061. Grayscale: #4C4C4C. Windows color (decimal): -11911266 or 10370890. OLE color: 10370890.

HSL color Cylindrical-coordinate representation of color #4A3F9E: hue angle of 246.95º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3F9E is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7463158-
CMYK0.530.6000.38
HSL246.95º42.99%43.33%-
HSV(B)246.95º60.13%61.96%-
XYZ10.777.4833.22-
YUV77.12173.64125.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.08%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=25.08%
G=21.36%
B=53.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74631580.530.6000.38246.9542.9943.33
Hex4A3F9E353C026f72b2b
Octal1127723665740463675353
Binary100101011111110011110110101111100010011011110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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