Html Css Color HEX #465454 Dark Slate

📋 copy color: '#465454'

red 70 ◦ green 84 ◦ blue 84

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

Shades of Dark Slate #465454

Tints of Dark Slate #465454

RGB

 RED value IS 70 (27.73% from 255) = 29.41%

 GREEN value IS 84 (33.2% from 255) = 35.29%

 BLUE value IS 84 (33.2% from 255) = 35.29%

R = 29.41%
G = 35.29%
B = 35.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465454 (or 0x465454) is known color: Dark Slate. HEX triplet: 46, 54 and 54. RGB value is (70,84,84). Sum of RGB (Red+Green+Blue) = 70+84+84=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #465454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465454 is #B9ABAB. Grayscale: #4F4F4F. Windows color (decimal): -12168108 or 5526598. OLE color: 5526598.

HSL color Cylindrical-coordinate representation of color #465454: hue angle of 180º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465454 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 84 -
CMYK 0.17 0 0 0.67
HSL 180º 0.09% 0.3% -
HSV(B) 180º 0.17% 0.33% -
XYZ 7.3 8.28 9.6 -
YUV 79.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 70 84 84 0.17 0 0 0.67 180 0.09 0.3
Hex 46 54 54 11 0 0 43 B4 9 1E
Octal 106 124 124 21 0 0 103 264 11 36
Binary 1000110 1010100 1010100 10001 0 0 1000011 10110100 1001 11110

Color Harmonies of #465454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465454

Black with #465454

Text Example


Text Example

White with #465454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465454; }

 p { color: rgb(70,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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