#314B46

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

Shades of Firefly #314B46

Tints of Firefly #314B46

Color information

#314B46 (or 0x314B46) is unknown color: approx Firefly. HEX triplet: 31, 4B and 46. RGB value is (49,75,70). Sum of RGB (Red+Green+Blue) = 49+75+70=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #314B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B46 is #CEB4B9. Grayscale: #424242. Windows color (decimal): -13546682 or 4606769. OLE color: 4606769.

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

Color convert

RGB497570-
CMYK0.3500.070.71
HSL168.46º20.97%24.31%-
HSV(B)168.46º34.67%29.41%-
XYZ4.896.136.72-
YUV66.66129.89115.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 75 (29.69% from 255) = 38.66%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=25.26%
G=38.66%
B=36.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975700.3500.070.71168.4620.9724.31
Hex314B46230747a81518
Octal6111310643071072502530
Binary1100011001011100011010001101111000111101010001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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