Html Css Color HEX #465453 Dark Slate

📋 copy color: '#465453'

red 70 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate #465453

Tints of Dark Slate #465453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 29.54%
G = 35.44%
B = 35.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#465453 (or 0x465453) is known color: Dark Slate. HEX triplet: 46, 54 and 53. RGB value is (70,84,83). Sum of RGB (Red+Green+Blue) = 70+84+83=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 84 - color contains mainly: green. Hex color #465453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465453 is #B9ABAC. Grayscale: #4F4F4F. Windows color (decimal): -12168109 or 5461062. OLE color: 5461062.

HSL color Cylindrical-coordinate representation of color #465453: hue angle of 175.71º 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 #465453 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 83 -
CMYK 0.17 0 0.01 0.67
HSL 175.71º 0.09% 0.3% -
HSV(B) 175.71º 0.17% 0.33% -
XYZ 7.26 8.27 9.4 -
YUV 79.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 70 84 83 0.17 0 0.01 0.67 175.71 0.09 0.3
Hex 46 54 53 11 0 1 43 B0 9 1E
Octal 106 124 123 21 0 1 103 260 11 36
Binary 1000110 1010100 1010011 10001 0 1 1000011 10110000 1001 11110

Color Harmonies of #465453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465453

Black with #465453

Text Example


Text Example

White with #465453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465453; }

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

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

background-color css

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

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

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

border-color css

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

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

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