Html Css Color HEX #304B4A Dark Slate Grey

📋 copy color: '#304B4A'

red 48 ◦ green 75 ◦ blue 74

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

Shades of Dark Slate Grey #304B4A

Tints of Dark Slate Grey #304B4A

RGB

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

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

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

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

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #304B4A: hue angle of 177.78º 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 #304B4A is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 75 74 -
CMYK 0.36 0 0.01 0.71
HSL 177.78º 0.22% 0.24% -
HSV(B) 177.78º 0.36% 0.29% -
XYZ 4.97 6.15 7.4 -
YUV 66.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 48 75 74 0.36 0 0.01 0.71 177.78 0.22 0.24
Hex 30 4B 4A 24 0 1 47 B2 16 18
Octal 60 113 112 44 0 1 107 262 26 30
Binary 110000 1001011 1001010 100100 0 1 1000111 10110010 10110 11000

Color Harmonies of #304B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304B4A

Black with #304B4A

Text Example


Text Example

White with #304B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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