Html Css Color HEX #304646 Firefly

📋 copy color: '#304646'

red 48 ◦ green 70 ◦ blue 70

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

Shades of Firefly #304646

Tints of Firefly #304646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 25.53%
G = 37.23%
B = 37.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#304646 (or 0x304646) is known color: Firefly. HEX triplet: 30, 46 and 46. RGB value is (48,70,70). Sum of RGB (Red+Green+Blue) = 48+70+70=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #304646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304646 is #CFB9B9. Grayscale: #3F3F3F. Windows color (decimal): -13613498 or 4605488. OLE color: 4605488.

HSL color Cylindrical-coordinate representation of color #304646: hue angle of 180º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #304646 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 70 -
CMYK 0.31 0 0 0.73
HSL 180º 0.19% 0.23% -
HSV(B) 180º 0.31% 0.27% -
XYZ 4.51 5.45 6.61 -
YUV 63.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 48 70 70 0.31 0 0 0.73 180 0.19 0.23
Hex 30 46 46 1F 0 0 49 B4 13 17
Octal 60 106 106 37 0 0 111 264 23 27
Binary 110000 1000110 1000110 11111 0 0 1001001 10110100 10011 10111

Color Harmonies of #304646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304646

Black with #304646

Text Example


Text Example

White with #304646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304646; }

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

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

background-color css

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

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

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

border-color css

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

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

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