#274B48

Color #274B48 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #274B48

Tints of Firefly #274B48

Color information

#274B48 (or 0x274B48) is unknown color: approx Firefly. HEX triplet: 27, 4B and 48. RGB value is (39,75,72). Sum of RGB (Red+Green+Blue) = 39+75+72=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #274B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B48 is #D8B4B7. Grayscale: #3F3F3F. Windows color (decimal): -14202040 or 4737831. OLE color: 4737831.

HSL color Cylindrical-coordinate representation of color #274B48: hue angle of 175º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B48 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB397572-
CMYK0.4800.040.71
HSL175º31.58%22.35%-
HSV(B)175º48%29.41%-
XYZ4.525.937.04-
YUV63.89132.57110.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=20.97%
G=40.32%
B=38.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975720.4800.040.7117531.5822.35
Hex274B48300447af2016
Octal4711311060041072574026
Binary10011110010111001000110000010010001111010111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B48; }

 p { color: rgb(39,75,72); }

 H1.HeaderClassName
 {
   color: #274B48;
 }
 .AnyTagClassName
 {
   color: #274B48;
 }
</style>
background-color css

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

 a { background-color: rgb(39,75,72); }

 div.DivClassName
 {
   background-color: #274B48;
 }
 .BgClassName
 {
   background-color: #274B48;
 }
</style>
border-color css

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

 span { border-color: rgb(39,75,72); }

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