#4B507A

Color #4B507A Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #4B507A

Tints of Astronaut #4B507A

Color information

#4B507A (or 0x4B507A) is unknown color: approx Astronaut. HEX triplet: 4B, 50 and 7A. RGB value is (75,80,122). Sum of RGB (Red+Green+Blue) = 75+80+122=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B507A is #B4AF85. Grayscale: #535353. Windows color (decimal): -11841414 or 8015947. OLE color: 8015947.

HSL color Cylindrical-coordinate representation of color #4B507A: hue angle of 233.62º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B507A is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7580122-
CMYK0.390.3400.52
HSL233.62º23.86%38.63%-
HSV(B)233.62º38.52%47.84%-
XYZ9.288.6419.59-
YUV83.29149.84122.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=27.08%
G=28.88%
B=44.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75801220.390.3400.52233.6223.8638.63
Hex4B507A2722034ea1827
Octal11312017247420643523047
Binary10010111010000111101010011110001001101001110101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,122); }

 H1.HeaderClassName
 {
   color: #4B507A;
 }
 .AnyTagClassName
 {
   color: #4B507A;
 }
</style>
background-color css

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

 a { background-color: rgb(75,80,122); }

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

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

 span { border-color: rgb(75,80,122); }

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