Html Css Color HEX #464B4A Corduroy

📋 copy color: '#464B4A'

red 70 ◦ green 75 ◦ blue 74

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

Shades of Corduroy #464B4A

Tints of Corduroy #464B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.79%

R = 31.96%
G = 34.25%
B = 33.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#464B4A (or 0x464B4A) is known color: Corduroy. HEX triplet: 46, 4B and 4A. RGB value is (70,75,74). Sum of RGB (Red+Green+Blue) = 70+75+74=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 75 - color contains mainly: green. Hex color #464B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B4A is #B9B4B5. Grayscale: #494949. Windows color (decimal): -12170422 or 4868934. OLE color: 4868934.

HSL color Cylindrical-coordinate representation of color #464B4A: hue angle of 168º 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 #464B4A is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 74 -
CMYK 0.07 0 0.01 0.71
HSL 168º 0.03% 0.28% -
HSV(B) 168º 0.07% 0.29% -
XYZ 6.28 6.83 7.47 -
YUV 73.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 70 75 74 0.07 0 0.01 0.71 168 0.03 0.28
Hex 46 4B 4A 7 0 1 47 A8 3 1C
Octal 106 113 112 7 0 1 107 250 3 34
Binary 1000110 1001011 1001010 111 0 1 1000111 10101000 11 11100

Color Harmonies of #464B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B4A

Black with #464B4A

Text Example


Text Example

White with #464B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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