Html Css Color HEX #454A47 Plantation

📋 copy color: '#454A47'

red 69 ◦ green 74 ◦ blue 71

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

Shades of Plantation #454A47

Tints of Plantation #454A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 32.24%
G = 34.58%
B = 33.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#454A47 (or 0x454A47) is known color: Plantation. HEX triplet: 45, 4A and 47. RGB value is (69,74,71). Sum of RGB (Red+Green+Blue) = 69+74+71=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #454A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454A47 is #BAB5B8. Grayscale: #484848. Windows color (decimal): -12236217 or 4672069. OLE color: 4672069.

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

Color convert

RGB 69 74 71 -
CMYK 0.07 0 0.04 0.71
HSL 144º 0.03% 0.28% -
HSV(B) 144º 0.07% 0.29% -
XYZ 6.04 6.62 6.92 -
YUV 72.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 69 74 71 0.07 0 0.04 0.71 144 0.03 0.28
Hex 45 4A 47 7 0 4 47 90 3 1C
Octal 105 112 107 7 0 4 107 220 3 34
Binary 1000101 1001010 1000111 111 0 100 1000111 10010000 11 11100

Color Harmonies of #454A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454A47

Black with #454A47

Text Example


Text Example

White with #454A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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