Html Css Color HEX #304B4C Dark Slate Grey

📋 copy color: '#304B4C'

red 48 ◦ green 75 ◦ blue 76

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

Shades of Dark Slate Grey #304B4C

Tints of Dark Slate Grey #304B4C

RGB

 RED value IS 48 (19.14% from 255) = 24.12%

 GREEN value IS 75 (29.69% from 255) = 37.69%

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 24.12%
G = 37.69%
B = 38.19%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#304B4C (or 0x304B4C) is known color: Dark Slate Grey. HEX triplet: 30, 4B and 4C. RGB value is (48,75,76). Sum of RGB (Red+Green+Blue) = 48+75+76=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #304B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B4C is #CFB4B3. Grayscale: #434343. Windows color (decimal): -13612212 or 4999984. OLE color: 4999984.

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

Color convert

RGB 48 75 76 -
CMYK 0.37 0.01 0 0.70
HSL 182.14º 0.23% 0.24% -
HSV(B) 182.14º 0.37% 0.3% -
XYZ 5.04 6.18 7.77 -
YUV 67.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 48 75 76 0.37 0.01 0 0.70 182.14 0.23 0.24
Hex 30 4B 4C 25 1 0 46 B6 17 18
Octal 60 113 114 45 1 0 106 266 27 30
Binary 110000 1001011 1001100 100101 1 0 1000110 10110110 10111 11000

Color Harmonies of #304B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B4C

Black with #304B4C

Text Example


Text Example

White with #304B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,76); }

 H1.HeaderClassName
 {
   color: #304B4C;
 }
 .AnyTagClassName
 {
   color: #304B4C;
 }
</style>

background-color css

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

 a { background-color: rgb(48,75,76); }

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

border-color css

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

 span { border-color: rgb(48,75,76); }

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