#4f2292

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

Shades of Kingfisher Daisy #4F2292

Tints of Kingfisher Daisy #4F2292

Color information

#4F2292 (or 0x4F2292) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 22 and 92. RGB value is (79,34,146). Sum of RGB (Red+Green+Blue) = 79+34+146=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F2292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2292 is #B0DD6D. Grayscale: #3B3B3B. Windows color (decimal): -11591022 or 9577039. OLE color: 9577039.

HSL color Cylindrical-coordinate representation of color #4F2292: hue angle of 264.11º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F2292 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7934146-
CMYK0.460.7700.43
HSL264.11º62.22%35.29%-
HSV(B)264.11º76.71%57.25%-
XYZ8.984.8827.66-
YUV60.22176.41141.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=30.50%
G=13.13%
B=56.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79341460.460.7700.43264.1162.2235.29
Hex4F22922E4D02B1083e23
Octal11742222561150534107643
Binary10011111000101001001010111010011010101011100001000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,34,146); }

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

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

 a { background-color: rgb(79,34,146); }

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

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

 span { border-color: rgb(79,34,146); }

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