#4F2F87

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

Shades of Kingfisher Daisy #4F2F87

Tints of Kingfisher Daisy #4F2F87

Color information

#4F2F87 (or 0x4F2F87) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 2F and 87. RGB value is (79,47,135). Sum of RGB (Red+Green+Blue) = 79+47+135=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2F87 is #B0D078. Grayscale: #424242. Windows color (decimal): -11587705 or 8859471. OLE color: 8859471.

HSL color Cylindrical-coordinate representation of color #4F2F87: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F2F87 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7947135-
CMYK0.410.6500.47
HSL261.82º48.35%35.69%-
HSV(B)261.82º65.19%52.94%-
XYZ8.615.4423.52-
YUV66.6166.6136.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 47 (18.75% from 255) = 18.01%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=30.27%
G=18.01%
B=51.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal79471350.410.6500.47261.8248.3535.69
Hex4F2F87294102F1063024
Octal11757207511010574066044
Binary10011111011111000011110100110000010101111100000110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,135); }

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

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

 a { background-color: rgb(79,47,135); }

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

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

 span { border-color: rgb(79,47,135); }

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