#4F256E

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

Shades of Blue Diamond #4F256E

Tints of Blue Diamond #4F256E

Color information

#4F256E (or 0x4F256E) is unknown color: approx Blue Diamond. HEX triplet: 4F, 25 and 6E. RGB value is (79,37,110). Sum of RGB (Red+Green+Blue) = 79+37+110=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F256E is #B0DA91. Grayscale: #393939. Windows color (decimal): -11590290 or 7218511. OLE color: 7218511.

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

Color convert

RGB7937110-
CMYK0.280.6600.57
HSL274.52º49.66%28.82%-
HSV(B)274.52º66.36%43.14%-
XYZ6.74.1115.19-
YUV57.88157.41143.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=34.96%
G=16.37%
B=48.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79371100.280.6600.57274.5249.6628.82
Hex4F256E1C42039113321d
Octal11745156341020714236235
Binary10011111001011101110111001000010011100110001001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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