Html Css Color HEX #454E4C Corduroy

📋 copy color: '#454E4C'

red 69 ◦ green 78 ◦ blue 76

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

Shades of Corduroy #454E4C

Tints of Corduroy #454E4C

RGB

 RED value IS 69 (27.34% from 255) = 30.94%

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

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 30.94%
G = 34.98%
B = 34.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#454E4C (or 0x454E4C) is known color: Corduroy. HEX triplet: 45, 4E and 4C. RGB value is (69,78,76). Sum of RGB (Red+Green+Blue) = 69+78+76=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 78 - color contains mainly: green. Hex color #454E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E4C is #BAB1B3. Grayscale: #4B4B4B. Windows color (decimal): -12235188 or 5000773. OLE color: 5000773.

HSL color Cylindrical-coordinate representation of color #454E4C: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454E4C is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 78 76 -
CMYK 0.12 0 0.03 0.69
HSL 166.67º 0.06% 0.29% -
HSV(B) 166.67º 0.12% 0.31% -
XYZ 6.48 7.24 7.89 -
YUV 75.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 69 78 76 0.12 0 0.03 0.69 166.67 0.06 0.29
Hex 45 4E 4C C 0 3 45 A7 6 1D
Octal 105 116 114 14 0 3 105 247 6 35
Binary 1000101 1001110 1001100 1100 0 11 1000101 10100111 110 11101

Color Harmonies of #454E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E4C

Black with #454E4C

Text Example


Text Example

White with #454E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454E4C; }

 p { color: rgb(69,78,76); }

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

background-color css

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

 a { background-color: rgb(69,78,76); }

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

border-color css

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

 span { border-color: rgb(69,78,76); }

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