Html Css Color HEX #424948 Corduroy

📋 copy color: '#424948'

red 66 ◦ green 73 ◦ blue 72

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

Shades of Corduroy #424948

Tints of Corduroy #424948

RGB

 RED value IS 66 (26.17% from 255) = 31.28%

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 31.28%
G = 34.6%
B = 34.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#424948 (or 0x424948) is known color: Corduroy. HEX triplet: 42, 49 and 48. RGB value is (66,73,72). Sum of RGB (Red+Green+Blue) = 66+73+72=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #424948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424948 is #BDB6B7. Grayscale: #464646. Windows color (decimal): -12433080 or 4737346. OLE color: 4737346.

HSL color Cylindrical-coordinate representation of color #424948: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424948 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 72 -
CMYK 0.10 0 0.01 0.71
HSL 171.43º 0.05% 0.27% -
HSV(B) 171.43º 0.1% 0.29% -
XYZ 5.8 6.39 7.06 -
YUV 70.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 66 73 72 0.10 0 0.01 0.71 171.43 0.05 0.27
Hex 42 49 48 A 0 1 47 AB 5 1B
Octal 102 111 110 12 0 1 107 253 5 33
Binary 1000010 1001001 1001000 1010 0 1 1000111 10101011 101 11011

Color Harmonies of #424948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424948

Black with #424948

Text Example


Text Example

White with #424948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424948; }

 p { color: rgb(66,73,72); }

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

background-color css

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

 a { background-color: rgb(66,73,72); }

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

border-color css

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

 span { border-color: rgb(66,73,72); }

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