#4F286B

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

Shades of Blue Diamond #4F286B

Tints of Blue Diamond #4F286B

Color information

#4F286B (or 0x4F286B) is unknown color: approx Blue Diamond. HEX triplet: 4F, 28 and 6B. RGB value is (79,40,107). Sum of RGB (Red+Green+Blue) = 79+40+107=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F286B is #B0D794. Grayscale: #3B3B3B. Windows color (decimal): -11589525 or 7022671. OLE color: 7022671.

HSL color Cylindrical-coordinate representation of color #4F286B: hue angle of 274.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F286B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7940107-
CMYK0.260.6300.58
HSL274.93º45.58%28.82%-
HSV(B)274.93º62.62%41.96%-
XYZ6.644.2414.38-
YUV59.3154.92142.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.96%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 107 (42.19% from 255) = 47.35%
R=34.96%
G=17.70%
B=47.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79401070.260.6300.58274.9345.5828.82
Hex4F286B1A3F03A1132e1d
Octal1175015332770724235635
Binary1001111101000110101111010111111011101010001001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,40,107); }

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

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

 a { background-color: rgb(79,40,107); }

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

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

 span { border-color: rgb(79,40,107); }

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