#4F206E

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

Shades of Blue Diamond #4F206E

Tints of Blue Diamond #4F206E

Color information

#4F206E (or 0x4F206E) is unknown color: approx Blue Diamond. HEX triplet: 4F, 20 and 6E. RGB value is (79,32,110). Sum of RGB (Red+Green+Blue) = 79+32+110=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F206E is #B0DF91. Grayscale: #363636. Windows color (decimal): -11591570 or 7217231. OLE color: 7217231.

HSL color Cylindrical-coordinate representation of color #4F206E: hue angle of 276.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F206E is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7932110-
CMYK0.280.7100.57
HSL276.15º54.93%27.84%-
HSV(B)276.15º70.91%43.14%-
XYZ6.563.8215.14-
YUV54.94159.07145.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=35.75%
G=14.48%
B=49.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79321100.280.7100.57276.1554.9327.84
Hex4F206E1C47039114371c
Octal11740156341070714246734
Binary10011111000001101110111001000111011100110001010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,110); }

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

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

 a { background-color: rgb(79,32,110); }

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

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

 span { border-color: rgb(79,32,110); }

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