#4F2995

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

Shades of Daisy Bush #4F2995

Tints of Daisy Bush #4F2995

Color information

#4F2995 (or 0x4F2995) is unknown color: approx Daisy Bush. HEX triplet: 4F, 29 and 95. RGB value is (79,41,149). Sum of RGB (Red+Green+Blue) = 79+41+149=269 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.37% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F2995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2995 is #B0D66A. Grayscale: #404040. Windows color (decimal): -11589227 or 9775439. OLE color: 9775439.

HSL color Cylindrical-coordinate representation of color #4F2995: hue angle of 261.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2995 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7941149-
CMYK0.470.7200.42
HSL261.11º56.84%37.25%-
HSV(B)261.11º72.48%58.43%-
XYZ9.445.4228.98-
YUV64.67175.59138.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.37%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=29.37%
G=15.24%
B=55.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79411490.470.7200.42261.1156.8437.25
Hex4F29952F4802A1053925
Octal11751225571100524057145
Binary10011111010011001010110111110010000101010100000101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,41,149); }

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

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

 a { background-color: rgb(79,41,149); }

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

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

 span { border-color: rgb(79,41,149); }

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