#4F337C

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

Shades of Kingfisher Daisy #4F337C

Tints of Kingfisher Daisy #4F337C

Color information

#4F337C (or 0x4F337C) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 33 and 7C. RGB value is (79,51,124). Sum of RGB (Red+Green+Blue) = 79+51+124=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F337C is #B0CC83. Grayscale: #434343. Windows color (decimal): -11586692 or 8139599. OLE color: 8139599.

HSL color Cylindrical-coordinate representation of color #4F337C: hue angle of 263.01º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F337C is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7951124-
CMYK0.360.5900.51
HSL263.01º41.71%34.31%-
HSV(B)263.01º58.87%48.63%-
XYZ8.055.4919.7-
YUV67.69159.78136.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.10%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=31.10%
G=20.08%
B=48.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79511240.360.5900.51263.0141.7134.31
Hex4F337C243B0331072a22
Octal1176317444730634075242
Binary100111111001111111001001001110110110011100000111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,51,124); }

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

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

 a { background-color: rgb(79,51,124); }

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

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

 span { border-color: rgb(79,51,124); }

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