Html Css Color HEX #4B4541 Space Shuttle

📋 copy color: '#4B4541'

red 75 ◦ green 69 ◦ blue 65

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

Shades of Space Shuttle #4B4541

Tints of Space Shuttle #4B4541

RGB

 RED value IS 75 (29.69% from 255) = 35.89%

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

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

R = 35.89%
G = 33.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B4541 (or 0x4B4541) is known color: Space Shuttle. HEX triplet: 4B, 45 and 41. RGB value is (75,69,65). Sum of RGB (Red+Green+Blue) = 75+69+65=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4541 is #B4BABE. Grayscale: #464646. Windows color (decimal): -11844287 or 4277579. OLE color: 4277579.

HSL color Cylindrical-coordinate representation of color #4B4541: hue angle of 24º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4541 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 69 65 -
CMYK 0 0.08 0.13 0.71
HSL 24º 0.07% 0.27% -
HSV(B) 24º 0.13% 0.29% -
XYZ 5.98 6.13 5.87 -
YUV 70.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 75 69 65 0 0.08 0.13 0.71 24 0.07 0.27
Hex 4B 45 41 0 8 D 47 18 7 1B
Octal 113 105 101 0 10 15 107 30 7 33
Binary 1001011 1000101 1000001 0 1000 1101 1000111 11000 111 11011

Color Harmonies of #4B4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4541

Black with #4B4541

Text Example


Text Example

White with #4B4541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B4541; }

 p { color: rgb(75,69,65); }

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

background-color css

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

 a { background-color: rgb(75,69,65); }

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

border-color css

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

 span { border-color: rgb(75,69,65); }

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