Html Css Color HEX #446460 Dark Slate

📋 copy color: '#446460'

red 68 ◦ green 100 ◦ blue 96

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

Shades of Dark Slate #446460

Tints of Dark Slate #446460

RGB

 RED value IS 68 (26.95% from 255) = 25.76%

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 25.76%
G = 37.88%
B = 36.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#446460 (or 0x446460) is known color: Dark Slate. HEX triplet: 44, 64 and 60. RGB value is (68,100,96). Sum of RGB (Red+Green+Blue) = 68+100+96=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 100 - color contains mainly: green. Hex color #446460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446460 is #BB9B9F. Grayscale: #595959. Windows color (decimal): -12295072 or 6317124. OLE color: 6317124.

HSL color Cylindrical-coordinate representation of color #446460: hue angle of 172.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #446460 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 100 96 -
CMYK 0.32 0 0.04 0.61
HSL 172.5º 0.19% 0.33% -
HSV(B) 172.5º 0.32% 0.39% -
XYZ 9.05 11.19 12.75 -
YUV 89.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 68 100 96 0.32 0 0.04 0.61 172.5 0.19 0.33
Hex 44 64 60 20 0 4 3D AC 13 21
Octal 104 144 140 40 0 4 75 254 23 41
Binary 1000100 1100100 1100000 100000 0 100 111101 10101100 10011 100001

Color Harmonies of #446460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446460

Black with #446460

Text Example


Text Example

White with #446460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446460; }

 p { color: rgb(68,100,96); }

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

background-color css

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

 a { background-color: rgb(68,100,96); }

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

border-color css

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

 span { border-color: rgb(68,100,96); }

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