Html Css Color HEX #4B453F Space Shuttle

📋 copy color: '#4B453F'

red 75 ◦ green 69 ◦ blue 63

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

Shades of Space Shuttle #4B453F

Tints of Space Shuttle #4B453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30.43%

R = 36.23%
G = 33.33%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B453F (or 0x4B453F) is known color: Space Shuttle. HEX triplet: 4B, 45 and 3F. RGB value is (75,69,63). Sum of RGB (Red+Green+Blue) = 75+69+63=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B453F is #B4BAC0. Grayscale: #464646. Windows color (decimal): -11844289 or 4146507. OLE color: 4146507.

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

Color convert

RGB 75 69 63 -
CMYK 0 0.08 0.16 0.71
HSL 30º 0.09% 0.27% -
HSV(B) 30º 0.16% 0.29% -
XYZ 5.93 6.11 5.57 -
YUV 70.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 75 69 63 0 0.08 0.16 0.71 30 0.09 0.27
Hex 4B 45 3F 0 8 10 47 1E 9 1B
Octal 113 105 77 0 10 20 107 36 11 33
Binary 1001011 1000101 111111 0 1000 10000 1000111 11110 1001 11011

Color Harmonies of #4B453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B453F

Black with #4B453F

Text Example


Text Example

White with #4B453F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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