Html Css Color HEX #424B47 Corduroy

📋 copy color: '#424B47'

red 66 ◦ green 75 ◦ blue 71

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

Shades of Corduroy #424B47

Tints of Corduroy #424B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.49%

R = 31.13%
G = 35.38%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#424B47 (or 0x424B47) is known color: Corduroy. HEX triplet: 42, 4B and 47. RGB value is (66,75,71). Sum of RGB (Red+Green+Blue) = 66+75+71=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #424B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B47 is #BDB4B8. Grayscale: #474747. Windows color (decimal): -12432569 or 4672322. OLE color: 4672322.

HSL color Cylindrical-coordinate representation of color #424B47: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424B47 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 71 -
CMYK 0.12 0 0.05 0.71
HSL 153.33º 0.06% 0.28% -
HSV(B) 153.33º 0.12% 0.29% -
XYZ 5.9 6.65 6.93 -
YUV 71.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 66 75 71 0.12 0 0.05 0.71 153.33 0.06 0.28
Hex 42 4B 47 C 0 5 47 99 6 1C
Octal 102 113 107 14 0 5 107 231 6 34
Binary 1000010 1001011 1000111 1100 0 101 1000111 10011001 110 11100

Color Harmonies of #424B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B47

Black with #424B47

Text Example


Text Example

White with #424B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B47; }

 p { color: rgb(66,75,71); }

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

background-color css

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

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

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

border-color css

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

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

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