#4F259A

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

Shades of Daisy Bush #4F259A

Tints of Daisy Bush #4F259A

Color information

#4F259A (or 0x4F259A) is unknown color: approx Daisy Bush. HEX triplet: 4F, 25 and 9A. RGB value is (79,37,154). Sum of RGB (Red+Green+Blue) = 79+37+154=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F259A is #B0DA65. Grayscale: #3E3E3E. Windows color (decimal): -11590246 or 10102095. OLE color: 10102095.

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

Color convert

RGB7937154-
CMYK0.490.7600.40
HSL261.54º61.26%37.45%-
HSV(B)261.54º75.97%60.39%-
XYZ9.725.3231.09-
YUV62.9179.41139.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=29.26%
G=13.70%
B=57.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79371540.490.7600.40261.5461.2637.45
Hex4F259A314C0281063d25
Octal11745232611140504067545
Binary10011111001011001101011000110011000101000100000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F259A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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