Html Css Color HEX #424E4A Corduroy

📋 copy color: '#424E4A'

red 66 ◦ green 78 ◦ blue 74

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

Shades of Corduroy #424E4A

Tints of Corduroy #424E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.78%

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

R = 30.28%
G = 35.78%
B = 33.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#424E4A (or 0x424E4A) is known color: Corduroy. HEX triplet: 42, 4E and 4A. RGB value is (66,78,74). Sum of RGB (Red+Green+Blue) = 66+78+74=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #424E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E4A is #BDB1B5. Grayscale: #494949. Windows color (decimal): -12431798 or 4869698. OLE color: 4869698.

HSL color Cylindrical-coordinate representation of color #424E4A: hue angle of 160º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424E4A is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 74 -
CMYK 0.15 0 0.05 0.69
HSL 160º 0.08% 0.28% -
HSV(B) 160º 0.15% 0.31% -
XYZ 6.21 7.1 7.52 -
YUV 73.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 66 78 74 0.15 0 0.05 0.69 160 0.08 0.28
Hex 42 4E 4A F 0 5 45 A0 8 1C
Octal 102 116 112 17 0 5 105 240 10 34
Binary 1000010 1001110 1001010 1111 0 101 1000101 10100000 1000 11100

Color Harmonies of #424E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E4A

Black with #424E4A

Text Example


Text Example

White with #424E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,74); }

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

background-color css

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

 a { background-color: rgb(66,78,74); }

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

border-color css

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

 span { border-color: rgb(66,78,74); }

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