Html Css Color HEX #304A4B Dark Slate Grey

📋 copy color: '#304A4B'

red 48 ◦ green 74 ◦ blue 75

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

Shades of Dark Slate Grey #304A4B

Tints of Dark Slate Grey #304A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.56%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 24.37%
G = 37.56%
B = 38.07%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#304A4B (or 0x304A4B) is known color: Dark Slate Grey. HEX triplet: 30, 4A and 4B. RGB value is (48,74,75). Sum of RGB (Red+Green+Blue) = 48+74+75=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #304A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A4B is #CFB5B4. Grayscale: #424242. Windows color (decimal): -13612469 or 4934192. OLE color: 4934192.

HSL color Cylindrical-coordinate representation of color #304A4B: hue angle of 182.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304A4B is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 74 75 -
CMYK 0.36 0.01 0 0.71
HSL 182.22º 0.22% 0.24% -
HSV(B) 182.22º 0.36% 0.29% -
XYZ 4.94 6.03 7.56 -
YUV 66.34 132.89 114.92 -
System Red Green Blue C M Y K H S L
Decimal 48 74 75 0.36 0.01 0 0.71 182.22 0.22 0.24
Hex 30 4A 4B 24 1 0 47 B6 16 18
Octal 60 112 113 44 1 0 107 266 26 30
Binary 110000 1001010 1001011 100100 1 0 1000111 10110110 10110 11000

Color Harmonies of #304A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A4B

Black with #304A4B

Text Example


Text Example

White with #304A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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