Html Css Color HEX #454A48 Corduroy

📋 copy color: '#454A48'

red 69 ◦ green 74 ◦ blue 72

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

Shades of Corduroy #454A48

Tints of Corduroy #454A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

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

R = 32.09%
G = 34.42%
B = 33.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#454A48 (or 0x454A48) is known color: Corduroy. HEX triplet: 45, 4A and 48. RGB value is (69,74,72). Sum of RGB (Red+Green+Blue) = 69+74+72=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 74 - color contains mainly: green. Hex color #454A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A48 is #BAB5B7. Grayscale: #484848. Windows color (decimal): -12236216 or 4737605. OLE color: 4737605.

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

Color convert

RGB 69 74 72 -
CMYK 0.07 0 0.03 0.71
HSL 156º 0.03% 0.28% -
HSV(B) 156º 0.07% 0.29% -
XYZ 6.07 6.63 7.09 -
YUV 72.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 69 74 72 0.07 0 0.03 0.71 156 0.03 0.28
Hex 45 4A 48 7 0 3 47 9C 3 1C
Octal 105 112 110 7 0 3 107 234 3 34
Binary 1000101 1001010 1001000 111 0 11 1000111 10011100 11 11100

Color Harmonies of #454A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A48

Black with #454A48

Text Example


Text Example

White with #454A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,74,72); }

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

background-color css

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

 a { background-color: rgb(69,74,72); }

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

border-color css

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

 span { border-color: rgb(69,74,72); }

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