#4F3585

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

Shades of Kingfisher Daisy #4F3585

Tints of Kingfisher Daisy #4F3585

Color information

#4F3585 (or 0x4F3585) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 35 and 85. RGB value is (79,53,133). Sum of RGB (Red+Green+Blue) = 79+53+133=265 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.81% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F3585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3585 is #B0CA7A. Grayscale: #454545. Windows color (decimal): -11586171 or 8729935. OLE color: 8729935.

HSL color Cylindrical-coordinate representation of color #4F3585: hue angle of 259.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F3585 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7953133-
CMYK0.410.6000.48
HSL259.5º43.01%36.47%-
HSV(B)259.5º60.15%52.16%-
XYZ8.735.922.87-
YUV69.89163.61134.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.81%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=29.81%
G=20%
B=50.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79531330.410.6000.48259.543.0136.47
Hex4F3585293C0301042b24
Octal1176520551740604045344
Binary1001111110101100001011010011111000110000100000100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,133); }

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

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

 a { background-color: rgb(79,53,133); }

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

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

 span { border-color: rgb(79,53,133); }

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