#4F249A

Color #4F249A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #4F249A

Tints of Daisy Bush #4F249A

Color information

#4F249A (or 0x4F249A) is unknown color: approx Daisy Bush. HEX triplet: 4F, 24 and 9A. RGB value is (79,36,154). Sum of RGB (Red+Green+Blue) = 79+36+154=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F249A is #B0DB65. Grayscale: #3D3D3D. Windows color (decimal): -11590502 or 10101839. OLE color: 10101839.

HSL color Cylindrical-coordinate representation of color #4F249A: hue angle of 261.86º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F249A is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7936154-
CMYK0.490.7700.40
HSL261.86º62.11%37.25%-
HSV(B)261.86º76.62%60.39%-
XYZ9.695.2631.08-
YUV62.31179.75139.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=29.37%
G=13.38%
B=57.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79361540.490.7700.40261.8662.1137.25
Hex4F249A314D0281063e25
Octal11744232611150504067645
Binary10011111001001001101011000110011010101000100000110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,154); }

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

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

 a { background-color: rgb(79,36,154); }

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

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

 span { border-color: rgb(79,36,154); }

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