#4F35AD

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

Shades of Blue Gem #4F35AD

Tints of Blue Gem #4F35AD

Color information

#4F35AD (or 0x4F35AD) is unknown color: approx Blue Gem. HEX triplet: 4F, 35 and AD. RGB value is (79,53,173). Sum of RGB (Red+Green+Blue) = 79+53+173=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F35AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F35AD is #B0CA52. Grayscale: #4A4A4A. Windows color (decimal): -11586131 or 11351375. OLE color: 11351375.

HSL color Cylindrical-coordinate representation of color #4F35AD: hue angle of 253º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F35AD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7953173-
CMYK0.540.6900.32
HSL253º53.1%44.31%-
HSV(B)253º69.36%67.84%-
XYZ12.047.2340.3-
YUV74.45183.61131.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=25.90%
G=17.38%
B=56.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal79531730.540.6900.3225353.144.31
Hex4F35AD3645020fd352c
Octal11765255661050403756554
Binary1001111110101101011011101101000101010000011111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,173); }

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

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

 a { background-color: rgb(79,53,173); }

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

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

 span { border-color: rgb(79,53,173); }

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