Html Css Color HEX #436460 Dark Slate

📋 copy color: '#436460'

red 67 ◦ green 100 ◦ blue 96

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

Shades of Dark Slate #436460

Tints of Dark Slate #436460

RGB

 RED value IS 67 (26.56% from 255) = 25.48%

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

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

R = 25.48%
G = 38.02%
B = 36.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#436460 (or 0x436460) is known color: Dark Slate. HEX triplet: 43, 64 and 60. RGB value is (67,100,96). Sum of RGB (Red+Green+Blue) = 67+100+96=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #436460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436460 is #BC9B9F. Grayscale: #595959. Windows color (decimal): -12360608 or 6317123. OLE color: 6317123.

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

Color convert

RGB 67 100 96 -
CMYK 0.33 0 0.04 0.61
HSL 172.73º 0.2% 0.33% -
HSV(B) 172.73º 0.33% 0.39% -
XYZ 8.98 11.15 12.75 -
YUV 89.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 67 100 96 0.33 0 0.04 0.61 172.73 0.2 0.33
Hex 43 64 60 21 0 4 3D AD 14 21
Octal 103 144 140 41 0 4 75 255 24 41
Binary 1000011 1100100 1100000 100001 0 100 111101 10101101 10100 100001

Color Harmonies of #436460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #436460

Black with #436460

Text Example


Text Example

White with #436460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #436460; }

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

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

background-color css

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

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

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

border-color css

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

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

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