#4F308B

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

Shades of Kingfisher Daisy #4F308B

Tints of Kingfisher Daisy #4F308B

Color information

#4F308B (or 0x4F308B) is unknown color: approx Kingfisher Daisy. HEX triplet: 4F, 30 and 8B. RGB value is (79,48,139). Sum of RGB (Red+Green+Blue) = 79+48+139=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F308B is #B0CF74. Grayscale: #434343. Windows color (decimal): -11587445 or 9121871. OLE color: 9121871.

HSL color Cylindrical-coordinate representation of color #4F308B: hue angle of 260.44º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F308B is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7948139-
CMYK0.430.6500.45
HSL260.44º48.66%36.67%-
HSV(B)260.44º65.47%54.51%-
XYZ8.945.6425.04-
YUV67.64168.27136.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.70%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=29.70%
G=18.05%
B=52.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79481390.430.6500.45260.4448.6636.67
Hex4F308B2B4102D1043125
Octal11760213531010554046145
Binary10011111100001000101110101110000010101101100000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,48,139); }

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

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

 a { background-color: rgb(79,48,139); }

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

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

 span { border-color: rgb(79,48,139); }

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