#4F387C

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

Shades of Kingfisher Daisy #4F387C

Tints of Kingfisher Daisy #4F387C

Color information

#4F387C (or 0x4F387C) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 38 and 7C. RGB value is (79,56,124). Sum of RGB (Red+Green+Blue) = 79+56+124=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F387C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F387C is #B0C783. Grayscale: #464646. Windows color (decimal): -11585412 or 8140879. OLE color: 8140879.

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

Color convert

RGB7956124-
CMYK0.360.5500.51
HSL260.29º37.78%35.29%-
HSV(B)260.29º54.84%48.63%-
XYZ8.285.9519.78-
YUV70.63158.12133.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=30.50%
G=21.62%
B=47.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79561240.360.5500.51260.2937.7835.29
Hex4F387C24370331042623
Octal1177017444670634044643
Binary100111111100011111001001001101110110011100000100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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