Html Css Color HEX #484644 Space Shuttle

📋 copy color: '#484644'

red 72 ◦ green 70 ◦ blue 68

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

Shades of Space Shuttle #484644

Tints of Space Shuttle #484644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 34.29%
G = 33.33%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#484644 (or 0x484644) is known color: Space Shuttle. HEX triplet: 48, 46 and 44. RGB value is (72,70,68). Sum of RGB (Red+Green+Blue) = 72+70+68=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484644 is #B7B9BB. Grayscale: #464646. Windows color (decimal): -12040636 or 4474440. OLE color: 4474440.

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

Color convert

RGB 72 70 68 -
CMYK 0 0.03 0.06 0.72
HSL 30º 0.03% 0.27% -
HSV(B) 30º 0.06% 0.28% -
XYZ 5.91 6.18 6.35 -
YUV 70.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 72 70 68 0 0.03 0.06 0.72 30 0.03 0.27
Hex 48 46 44 0 3 6 48 1E 3 1B
Octal 110 106 104 0 3 6 110 36 3 33
Binary 1001000 1000110 1000100 0 11 110 1001000 11110 11 11011

Color Harmonies of #484644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484644

Black with #484644

Text Example


Text Example

White with #484644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484644; }

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

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

background-color css

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

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

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

border-color css

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

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

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