Html Css Color HEX #464B4B Dark Slate

📋 copy color: '#464B4B'

red 70 ◦ green 75 ◦ blue 75

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

Shades of Dark Slate #464B4B

Tints of Dark Slate #464B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 31.82%
G = 34.09%
B = 34.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#464B4B (or 0x464B4B) is known color: Dark Slate. HEX triplet: 46, 4B and 4B. RGB value is (70,75,75). Sum of RGB (Red+Green+Blue) = 70+75+75=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #464B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B4B is #B9B4B4. Grayscale: #494949. Windows color (decimal): -12170421 or 4934470. OLE color: 4934470.

HSL color Cylindrical-coordinate representation of color #464B4B: hue angle of 180º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464B4B is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 75 -
CMYK 0.07 0 0 0.71
HSL 180º 0.03% 0.28% -
HSV(B) 180º 0.07% 0.29% -
XYZ 6.31 6.84 7.64 -
YUV 73.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 70 75 75 0.07 0 0 0.71 180 0.03 0.28
Hex 46 4B 4B 7 0 0 47 B4 3 1C
Octal 106 113 113 7 0 0 107 264 3 34
Binary 1000110 1001011 1001011 111 0 0 1000111 10110100 11 11100

Color Harmonies of #464B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B4B

Black with #464B4B

Text Example


Text Example

White with #464B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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