#4F2584

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

Shades of Kingfisher Daisy #4F2584

Tints of Kingfisher Daisy #4F2584

Color information

#4F2584 (or 0x4F2584) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 25 and 84. RGB value is (79,37,132). Sum of RGB (Red+Green+Blue) = 79+37+132=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2584 is #B0DA7B. Grayscale: #3C3C3C. Windows color (decimal): -11590268 or 8660303. OLE color: 8660303.

HSL color Cylindrical-coordinate representation of color #4F2584: hue angle of 266.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2584 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7937132-
CMYK0.400.7200.48
HSL266.53º56.21%33.14%-
HSV(B)266.53º71.97%51.76%-
XYZ8.054.6522.3-
YUV60.39168.41141.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 132 (51.95% from 255) = 53.23%
R=31.85%
G=14.92%
B=53.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79371320.400.7200.48266.5356.2133.14
Hex4F2584284803010b3821
Octal11745204501100604137041
Binary10011111001011000010010100010010000110000100001011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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