Html Css Color HEX #304C49 Firefly

📋 copy color: '#304C49'

red 48 ◦ green 76 ◦ blue 73

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

Shades of Firefly #304C49

Tints of Firefly #304C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 24.37%
G = 38.58%
B = 37.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#304C49 (or 0x304C49) is known color: Firefly. HEX triplet: 30, 4C and 49. RGB value is (48,76,73). Sum of RGB (Red+Green+Blue) = 48+76+73=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #304C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C49 is #CFB3B6. Grayscale: #434343. Windows color (decimal): -13611959 or 4803632. OLE color: 4803632.

HSL color Cylindrical-coordinate representation of color #304C49: hue angle of 173.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C49 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 76 73 -
CMYK 0.37 0 0.04 0.70
HSL 173.57º 0.23% 0.24% -
HSV(B) 173.57º 0.37% 0.3% -
XYZ 5.01 6.28 7.25 -
YUV 67.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 48 76 73 0.37 0 0.04 0.70 173.57 0.23 0.24
Hex 30 4C 49 25 0 4 46 AE 17 18
Octal 60 114 111 45 0 4 106 256 27 30
Binary 110000 1001100 1001001 100101 0 100 1000110 10101110 10111 11000

Color Harmonies of #304C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C49

Black with #304C49

Text Example


Text Example

White with #304C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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