#30494F

Color #30494F Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #30494F

Tints of Teal Blue #30494F

Color information

#30494F (or 0x30494F) is unknown color: approx Teal Blue. HEX triplet: 30, 49 and 4F. RGB value is (48,73,79). Sum of RGB (Red+Green+Blue) = 48+73+79=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #30494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30494F is #CFB6B0. Grayscale: #424242. Windows color (decimal): -13612721 or 5196080. OLE color: 5196080.

HSL color Cylindrical-coordinate representation of color #30494F: hue angle of 191.61º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30494F is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB487379-
CMYK0.390.0800.69
HSL191.61º24.41%24.9%-
HSV(B)191.61º39.24%30.98%-
XYZ5.015.968.28-
YUV66.21135.22115.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 73 (28.91% from 255) = 36.5%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=24%
G=36.5%
B=39.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4873790.390.0800.69191.6124.4124.9
Hex30494F278045c01819
Octal60111117471001053003031
Binary11000010010011001111100111100001000101110000001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30494F; }

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

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

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

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

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

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

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

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