Html Css Color HEX #334B46 Firefly

📋 copy color: '#334B46'

red 51 ◦ green 75 ◦ blue 70

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

Shades of Firefly #334B46

Tints of Firefly #334B46

RGB

 RED value IS 51 (20.31% from 255) = 26.02%

 GREEN value IS 75 (29.69% from 255) = 38.27%

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

R = 26.02%
G = 38.27%
B = 35.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#334B46 (or 0x334B46) is known color: Firefly. HEX triplet: 33, 4B and 46. RGB value is (51,75,70). Sum of RGB (Red+Green+Blue) = 51+75+70=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #334B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B46 is #CCB4B9. Grayscale: #434343. Windows color (decimal): -13415610 or 4606771. OLE color: 4606771.

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

Color convert

RGB 51 75 70 -
CMYK 0.32 0 0.07 0.71
HSL 167.5º 0.19% 0.25% -
HSV(B) 167.5º 0.32% 0.29% -
XYZ 4.99 6.18 6.72 -
YUV 67.25 129.55 116.41 -
System Red Green Blue C M Y K H S L
Decimal 51 75 70 0.32 0 0.07 0.71 167.5 0.19 0.25
Hex 33 4B 46 20 0 7 47 A8 13 19
Octal 63 113 106 40 0 7 107 250 23 31
Binary 110011 1001011 1000110 100000 0 111 1000111 10101000 10011 11001

Color Harmonies of #334B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B46

Black with #334B46

Text Example


Text Example

White with #334B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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