Html Css Color HEX #304E49 Firefly

📋 copy color: '#304E49'

red 48 ◦ green 78 ◦ blue 73

#304E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #304E49

Tints of Firefly #304E49

RGB

 RED value IS 48 (19.14% from 255) = 24.12%

 GREEN value IS 78 (30.86% from 255) = 39.2%

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 24.12%
G = 39.2%
B = 36.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#304E49 (or 0x304E49) is known color: Firefly. HEX triplet: 30, 4E and 49. RGB value is (48,78,73). Sum of RGB (Red+Green+Blue) = 48+78+73=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 78 - color contains mainly: green. Hex color #304E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E49 is #CFB1B6. Grayscale: #444444. Windows color (decimal): -13611447 or 4804144. OLE color: 4804144.

HSL color Cylindrical-coordinate representation of color #304E49: hue angle of 170º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E49 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 78 73 -
CMYK 0.38 0 0.06 0.69
HSL 170º 0.24% 0.25% -
HSV(B) 170º 0.38% 0.31% -
XYZ 5.15 6.56 7.3 -
YUV 68.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 48 78 73 0.38 0 0.06 0.69 170 0.24 0.25
Hex 30 4E 49 26 0 6 45 AA 18 19
Octal 60 116 111 46 0 6 105 252 30 31
Binary 110000 1001110 1001001 100110 0 110 1000101 10101010 11000 11001

Color Harmonies of #304E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E49

Black with #304E49

Text Example


Text Example

White with #304E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,73); }

 H1.HeaderClassName
 {
   color: #304E49;
 }
 .AnyTagClassName
 {
   color: #304E49;
 }
</style>

background-color css

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

 a { background-color: rgb(48,78,73); }

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

border-color css

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

 span { border-color: rgb(48,78,73); }

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