#304B46

Color #304B46 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #304B46

Tints of Firefly #304B46

Color information

#304B46 (or 0x304B46) is unknown color: approx Firefly. HEX triplet: 30, 4B and 46. RGB value is (48,75,70). Sum of RGB (Red+Green+Blue) = 48+75+70=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #304B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B46 is #CFB4B9. Grayscale: #424242. Windows color (decimal): -13612218 or 4606768. OLE color: 4606768.

HSL color Cylindrical-coordinate representation of color #304B46: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B46 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB487570-
CMYK0.3600.070.71
HSL168.89º21.95%24.12%-
HSV(B)168.89º36%29.41%-
XYZ4.846.16.72-
YUV66.36130.05114.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=24.87%
G=38.86%
B=36.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875700.3600.070.71168.8921.9524.12
Hex304B46240747a91618
Octal6011310644071072512630
Binary1100001001011100011010010001111000111101010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B46; }

 p { color: rgb(48,75,70); }

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

<style>
 a { background-color: #304B46; }

 a { background-color: rgb(48,75,70); }

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

<style>
 span { border-color: #304B46; }

 span { border-color: rgb(48,75,70); }

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