#304A4D

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

Shades of Dark Slate Grey #304A4D

Tints of Dark Slate Grey #304A4D

Color information

#304A4D (or 0x304A4D) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4A and 4D. RGB value is (48,74,77). Sum of RGB (Red+Green+Blue) = 48+74+77=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #304A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A4D is #CFB5B2. Grayscale: #424242. Windows color (decimal): -13612467 or 5065264. OLE color: 5065264.

HSL color Cylindrical-coordinate representation of color #304A4D: hue angle of 186.21º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304A4D is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB487477-
CMYK0.380.0400.70
HSL186.21º23.2%24.51%-
HSV(B)186.21º37.66%30.2%-
XYZ5.016.067.93-
YUV66.57133.89114.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=24.12%
G=37.19%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4874770.380.0400.70186.2123.224.51
Hex304A4D264046ba1719
Octal6011211546401062722731
Binary1100001001010100110110011010001000110101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A4D; }

 p { color: rgb(48,74,77); }

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

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

 a { background-color: rgb(48,74,77); }

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

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

 span { border-color: rgb(48,74,77); }

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