Html Css Color HEX #484746 Space Shuttle

📋 copy color: '#484746'

red 72 ◦ green 71 ◦ blue 70

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

Shades of Space Shuttle #484746

Tints of Space Shuttle #484746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 33.8%
G = 33.33%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#484746 (or 0x484746) is known color: Space Shuttle. HEX triplet: 48, 47 and 46. RGB value is (72,71,70). Sum of RGB (Red+Green+Blue) = 72+71+70=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 72 - color contains mainly: red. Hex color #484746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484746 is #B7B8B9. Grayscale: #474747. Windows color (decimal): -12040378 or 4605768. OLE color: 4605768.

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

Color convert

RGB 72 71 70 -
CMYK 0 0.01 0.03 0.72
HSL 30º 0.01% 0.28% -
HSV(B) 30º 0.03% 0.28% -
XYZ 6.03 6.33 6.7 -
YUV 71.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 72 71 70 0 0.01 0.03 0.72 30 0.01 0.28
Hex 48 47 46 0 1 3 48 1E 1 1C
Octal 110 107 106 0 1 3 110 36 1 34
Binary 1001000 1000111 1000110 0 1 11 1001000 11110 1 11100

Color Harmonies of #484746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484746

Black with #484746

Text Example


Text Example

White with #484746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484746; }

 p { color: rgb(72,71,70); }

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

background-color css

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

 a { background-color: rgb(72,71,70); }

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

border-color css

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

 span { border-color: rgb(72,71,70); }

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