#4F2194

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

Shades of Kingfisher Daisy #4F2194

Tints of Kingfisher Daisy #4F2194

Color information

#4F2194 (or 0x4F2194) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 21 and 94. RGB value is (79,33,148). Sum of RGB (Red+Green+Blue) = 79+33+148=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F2194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2194 is #B0DE6B. Grayscale: #3B3B3B. Windows color (decimal): -11591276 or 9707855. OLE color: 9707855.

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

Color convert

RGB7933148-
CMYK0.470.7800.42
HSL264º63.54%35.49%-
HSV(B)264º77.7%58.04%-
XYZ9.114.8928.48-
YUV59.86177.74141.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=30.38%
G=12.69%
B=56.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79331480.470.7800.4226463.5435.49
Hex4F21942F4E02A1084023
Octal117412245711605241010043
Binary100111110000110010100101111100111001010101000010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,33,148); }

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

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

 a { background-color: rgb(79,33,148); }

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

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

 span { border-color: rgb(79,33,148); }

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