Html Css Color HEX #484542 Space Shuttle

📋 copy color: '#484542'

red 72 ◦ green 69 ◦ blue 66

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

Shades of Space Shuttle #484542

Tints of Space Shuttle #484542

RGB

 RED value IS 72 (28.52% from 255) = 34.78%

 GREEN value IS 69 (27.34% from 255) = 33.33%

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 34.78%
G = 33.33%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#484542 (or 0x484542) is known color: Space Shuttle. HEX triplet: 48, 45 and 42. RGB value is (72,69,66). Sum of RGB (Red+Green+Blue) = 72+69+66=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 72 - color contains mainly: red. Hex color #484542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484542 is #B7BABD. Grayscale: #454545. Windows color (decimal): -12040894 or 4343112. OLE color: 4343112.

HSL color Cylindrical-coordinate representation of color #484542: hue angle of 30º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484542 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 66 -
CMYK 0 0.04 0.08 0.72
HSL 30º 0.04% 0.27% -
HSV(B) 30º 0.08% 0.28% -
XYZ 5.78 6.03 6.01 -
YUV 69.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 72 69 66 0 0.04 0.08 0.72 30 0.04 0.27
Hex 48 45 42 0 4 8 48 1E 4 1B
Octal 110 105 102 0 4 10 110 36 4 33
Binary 1001000 1000101 1000010 0 100 1000 1001000 11110 100 11011

Color Harmonies of #484542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484542

Black with #484542

Text Example


Text Example

White with #484542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484542; }

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

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

background-color css

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

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

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

border-color css

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

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

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