#304649

Color #304649 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #304649

Tints of Dark Slate Grey #304649

Color information

#304649 (or 0x304649) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 46 and 49. RGB value is (48,70,73). Sum of RGB (Red+Green+Blue) = 48+70+73=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 73 - color contains mainly: blue. Hex color #304649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304649 is #CFB9B6. Grayscale: #3F3F3F. Windows color (decimal): -13613495 or 4802096. OLE color: 4802096.

HSL color Cylindrical-coordinate representation of color #304649: hue angle of 187.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304649 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB487073-
CMYK0.340.0400.71
HSL187.2º20.66%23.73%-
HSV(B)187.2º34.25%28.63%-
XYZ4.615.497.12-
YUV63.76133.21116.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=25.13%
G=36.65%
B=38.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4870730.340.0400.71187.220.6623.73
Hex304649224047bb1518
Octal6010611142401072732530
Binary1100001000110100100110001010001000111101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304649; }

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

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

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

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

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

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

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

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