#4F3075

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

Shades of Blue Diamond #4F3075

Tints of Blue Diamond #4F3075

Color information

#4F3075 (or 0x4F3075) is unknown color: approx Blue Diamond. HEX triplet: 4F, 30 and 75. RGB value is (79,48,117). Sum of RGB (Red+Green+Blue) = 79+48+117=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F3075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3075 is #B0CF8A. Grayscale: #404040. Windows color (decimal): -11587467 or 7680079. OLE color: 7680079.

HSL color Cylindrical-coordinate representation of color #4F3075: hue angle of 266.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F3075 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7948117-
CMYK0.320.5900.54
HSL266.96º41.82%32.35%-
HSV(B)266.96º58.97%45.88%-
XYZ7.495.0617.41-
YUV65.13157.27137.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=32.38%
G=19.67%
B=47.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79481170.320.5900.54266.9641.8232.35
Hex4F3075203B03610b2a20
Octal1176016540730664135240
Binary100111111000011101011000001110110110110100001011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,48,117); }

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

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

 a { background-color: rgb(79,48,117); }

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

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

 span { border-color: rgb(79,48,117); }

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