Html Css Color HEX #484441 Space Shuttle

📋 copy color: '#484441'

red 72 ◦ green 68 ◦ blue 65

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

Shades of Space Shuttle #484441

Tints of Space Shuttle #484441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 35.12%
G = 33.17%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484441 (or 0x484441) is known color: Space Shuttle. HEX triplet: 48, 44 and 41. RGB value is (72,68,65). Sum of RGB (Red+Green+Blue) = 72+68+65=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #484441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484441 is #B7BBBE. Grayscale: #444444. Windows color (decimal): -12041151 or 4277320. OLE color: 4277320.

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

Color convert

RGB 72 68 65 -
CMYK 0 0.06 0.10 0.72
HSL 25.71º 0.05% 0.27% -
HSV(B) 25.71º 0.1% 0.28% -
XYZ 5.69 5.89 5.84 -
YUV 68.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 72 68 65 0 0.06 0.10 0.72 25.71 0.05 0.27
Hex 48 44 41 0 6 A 48 1A 5 1B
Octal 110 104 101 0 6 12 110 32 5 33
Binary 1001000 1000100 1000001 0 110 1010 1001000 11010 101 11011

Color Harmonies of #484441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484441

Black with #484441

Text Example


Text Example

White with #484441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484441; }

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

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

background-color css

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

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

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

border-color css

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

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

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