#4B507F

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

Shades of Astronaut #4B507F

Tints of Astronaut #4B507F

Color information

#4B507F (or 0x4B507F) is unknown color: approx Astronaut. HEX triplet: 4B, 50 and 7F. RGB value is (75,80,127). Sum of RGB (Red+Green+Blue) = 75+80+127=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B507F is #B4AF80. Grayscale: #535353. Windows color (decimal): -11841409 or 8343627. OLE color: 8343627.

HSL color Cylindrical-coordinate representation of color #4B507F: hue angle of 234.23º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B507F is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7580127-
CMYK0.410.3700.50
HSL234.23º25.74%39.61%-
HSV(B)234.23º40.94%49.8%-
XYZ9.68.7721.26-
YUV83.86152.34121.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 127 (50% from 255) = 45.04%
R=26.60%
G=28.37%
B=45.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75801270.410.3700.50234.2325.7439.61
Hex4B507F2925032ea1a28
Octal11312017751450623523250
Binary10010111010000111111110100110010101100101110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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