#4F2CA5

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

Shades of Blue Gem #4F2CA5

Tints of Blue Gem #4F2CA5

Color information

#4F2CA5 (or 0x4F2CA5) is unknown color: approx Blue Gem. HEX triplet: 4F, 2C and A5. RGB value is (79,44,165). Sum of RGB (Red+Green+Blue) = 79+44+165=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #4F2CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2CA5 is #B0D35A. Grayscale: #434343. Windows color (decimal): -11588443 or 10824783. OLE color: 10824783.

HSL color Cylindrical-coordinate representation of color #4F2CA5: hue angle of 257.36º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F2CA5 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7944165-
CMYK0.520.7300.35
HSL257.36º57.89%40.98%-
HSV(B)257.36º73.33%64.71%-
XYZ10.926.1836.21-
YUV68.26182.6135.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 165 (64.84% from 255) = 57.29%
R=27.43%
G=15.28%
B=57.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal79441650.520.7300.35257.3657.8940.98
Hex4F2CA534490231013a29
Octal11754245641110434017251
Binary10011111011001010010111010010010010100011100000001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,44,165); }

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

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

 a { background-color: rgb(79,44,165); }

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

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

 span { border-color: rgb(79,44,165); }

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