#4F39A2

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

Shades of Blue Gem #4F39A2

Tints of Blue Gem #4F39A2

Color information

#4F39A2 (or 0x4F39A2) is unknown color: approx Blue Gem. HEX triplet: 4F, 39 and A2. RGB value is (79,57,162). Sum of RGB (Red+Green+Blue) = 79+57+162=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #4F39A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F39A2 is #B0C65D. Grayscale: #4B4B4B. Windows color (decimal): -11585118 or 10631503. OLE color: 10631503.

HSL color Cylindrical-coordinate representation of color #4F39A2: hue angle of 252.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F39A2 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7957162-
CMYK0.510.6500.36
HSL252.57º47.95%42.94%-
HSV(B)252.57º64.81%63.53%-
XYZ11.217.234.98-
YUV75.55176.79130.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 162 (63.67% from 255) = 54.36%
R=26.51%
G=19.13%
B=54.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79571620.510.6500.36252.5747.9542.94
Hex4F39A23341024fd302b
Octal11771242631010443756053
Binary1001111111001101000101100111000001010010011111101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,162); }

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

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

 a { background-color: rgb(79,57,162); }

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

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

 span { border-color: rgb(79,57,162); }

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