Html Css Color HEX #36474A Charade

📋 copy color: '#36474A'

red 54 ◦ green 71 ◦ blue 74

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

Shades of Charade #36474A

Tints of Charade #36474A

RGB

 RED value IS 54 (21.48% from 255) = 27.14%

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 27.14%
G = 35.68%
B = 37.19%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36474A (or 0x36474A) is known color: Charade. HEX triplet: 36, 47 and 4A. RGB value is (54,71,74). Sum of RGB (Red+Green+Blue) = 54+71+74=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 74 - color contains mainly: blue. Hex color #36474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36474A is #C9B8B5. Grayscale: #424242. Windows color (decimal): -13220022 or 4867894. OLE color: 4867894.

HSL color Cylindrical-coordinate representation of color #36474A: hue angle of 189º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36474A is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 71 74 -
CMYK 0.27 0.04 0 0.71
HSL 189º 0.16% 0.25% -
HSV(B) 189º 0.27% 0.29% -
XYZ 5.01 5.79 7.33 -
YUV 66.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 54 71 74 0.27 0.04 0 0.71 189 0.16 0.25
Hex 36 47 4A 1B 4 0 47 BD 10 19
Octal 66 107 112 33 4 0 107 275 20 31
Binary 110110 1000111 1001010 11011 100 0 1000111 10111101 10000 11001

Color Harmonies of #36474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36474A

Black with #36474A

Text Example


Text Example

White with #36474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36474A; }

 p { color: rgb(54,71,74); }

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

background-color css

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

 a { background-color: rgb(54,71,74); }

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

border-color css

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

 span { border-color: rgb(54,71,74); }

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