Html Css Color HEX #30494F Teal Blue

📋 copy color: '#30494F'

red 48 ◦ green 73 ◦ blue 79

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

Shades of Teal Blue #30494F

Tints of Teal Blue #30494F

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 value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30494F (or 0x30494F) is known color: 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

RGB 48 73 79 -
CMYK 0.39 0.08 0 0.69
HSL 191.61º 0.24% 0.25% -
HSV(B) 191.61º 0.39% 0.31% -
XYZ 5.01 5.96 8.28 -
YUV 66.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 48 73 79 0.39 0.08 0 0.69 191.61 0.24 0.25
Hex 30 49 4F 27 8 0 45 C0 18 19
Octal 60 111 117 47 10 0 105 300 30 31
Binary 110000 1001001 1001111 100111 1000 0 1000101 11000000 11000 11001

Color Harmonies of #30494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30494F

Black with #30494F

Text Example


Text Example

White with #30494F

Text Example


Text Example

HTML Codes & Css Web 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>