Html Css Color HEX #304846 Firefly

📋 copy color: '#304846'

red 48 ◦ green 72 ◦ blue 70

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

Shades of Firefly #304846

Tints of Firefly #304846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 25.26%
G = 37.89%
B = 36.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#304846 (or 0x304846) is known color: Firefly. HEX triplet: 30, 48 and 46. RGB value is (48,72,70). Sum of RGB (Red+Green+Blue) = 48+72+70=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #304846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304846 is #CFB7B9. Grayscale: #404040. Windows color (decimal): -13612986 or 4606000. OLE color: 4606000.

HSL color Cylindrical-coordinate representation of color #304846: hue angle of 175º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304846 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 70 -
CMYK 0.33 0 0.03 0.72
HSL 175º 0.2% 0.24% -
HSV(B) 175º 0.33% 0.28% -
XYZ 4.64 5.71 6.65 -
YUV 64.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 48 72 70 0.33 0 0.03 0.72 175 0.2 0.24
Hex 30 48 46 21 0 3 48 AF 14 18
Octal 60 110 106 41 0 3 110 257 24 30
Binary 110000 1001000 1000110 100001 0 11 1001000 10101111 10100 11000

Color Harmonies of #304846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304846

Black with #304846

Text Example


Text Example

White with #304846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304846; }

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

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

background-color css

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

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

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

border-color css

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

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

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