#4F3565

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

Shades of Blue Diamond #4F3565

Tints of Blue Diamond #4F3565

Color information

#4F3565 (or 0x4F3565) is unknown color: approx Blue Diamond. HEX triplet: 4F, 35 and 65. RGB value is (79,53,101). Sum of RGB (Red+Green+Blue) = 79+53+101=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3565 is #B0CA9A. Grayscale: #424242. Windows color (decimal): -11586203 or 6632783. OLE color: 6632783.

HSL color Cylindrical-coordinate representation of color #4F3565: hue angle of 272.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F3565 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7953101-
CMYK0.220.4800.60
HSL272.5º31.17%30.2%-
HSV(B)272.5º47.52%39.61%-
XYZ6.855.1512.94-
YUV66.25147.61137.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=33.91%
G=22.75%
B=43.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79531010.220.4800.60272.531.1730.2
Hex4F3565163003C1101f1e
Octal1176514526600744203736
Binary100111111010111001011011011000001111001000100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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