#4F2B9A

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

Shades of Blue Gem #4F2B9A

Tints of Blue Gem #4F2B9A

Color information

#4F2B9A (or 0x4F2B9A) is unknown color: approx Blue Gem. HEX triplet: 4F, 2B and 9A. RGB value is (79,43,154). Sum of RGB (Red+Green+Blue) = 79+43+154=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F2B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2B9A is #B0D465. Grayscale: #424242. Windows color (decimal): -11588710 or 10103631. OLE color: 10103631.

HSL color Cylindrical-coordinate representation of color #4F2B9A: hue angle of 259.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2B9A is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7943154-
CMYK0.490.7200.40
HSL259.46º56.35%38.63%-
HSV(B)259.46º72.08%60.39%-
XYZ9.925.7231.15-
YUV66.42177.43136.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=28.62%
G=15.58%
B=55.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79431540.490.7200.40259.4656.3538.63
Hex4F2B9A31480281033827
Octal11753232611100504037047
Binary10011111010111001101011000110010000101000100000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,154); }

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

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

 a { background-color: rgb(79,43,154); }

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

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

 span { border-color: rgb(79,43,154); }

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