Html Css Color HEX #454948 Corduroy

📋 copy color: '#454948'

red 69 ◦ green 73 ◦ blue 72

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

Shades of Corduroy #454948

Tints of Corduroy #454948

RGB

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

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

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

R = 32.24%
G = 34.11%
B = 33.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#454948 (or 0x454948) is known color: Corduroy. HEX triplet: 45, 49 and 48. RGB value is (69,73,72). Sum of RGB (Red+Green+Blue) = 69+73+72=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 73 - color contains mainly: green. Hex color #454948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454948 is #BAB6B7. Grayscale: #474747. Windows color (decimal): -12236472 or 4737349. OLE color: 4737349.

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

Color convert

RGB 69 73 72 -
CMYK 0.05 0 0.01 0.71
HSL 165º 0.03% 0.28% -
HSV(B) 165º 0.05% 0.29% -
XYZ 6.01 6.5 7.07 -
YUV 71.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 69 73 72 0.05 0 0.01 0.71 165 0.03 0.28
Hex 45 49 48 5 0 1 47 A5 3 1C
Octal 105 111 110 5 0 1 107 245 3 34
Binary 1000101 1001001 1001000 101 0 1 1000111 10100101 11 11100

Color Harmonies of #454948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454948

Black with #454948

Text Example


Text Example

White with #454948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454948; }

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

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

background-color css

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

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

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

border-color css

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

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

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