#434D77

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

Shades of Astronaut #434D77

Tints of Astronaut #434D77

Color information

#434D77 (or 0x434D77) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 77. RGB value is (67,77,119). Sum of RGB (Red+Green+Blue) = 67+77+119=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #434D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D77 is #BCB288. Grayscale: #4E4E4E. Windows color (decimal): -12366473 or 7818563. OLE color: 7818563.

HSL color Cylindrical-coordinate representation of color #434D77: hue angle of 228.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434D77 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6777119-
CMYK0.440.3500.53
HSL228.46º27.96%36.47%-
HSV(B)228.46º43.7%46.67%-
XYZ8.37.8318.53-
YUV78.8150.69119.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=25.48%
G=29.28%
B=45.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67771190.440.3500.53228.4627.9636.47
Hex434D772C23035e41c24
Octal10311516754430653443444
Binary10000111001101111011110110010001101101011110010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D77; }

 p { color: rgb(67,77,119); }

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

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

 a { background-color: rgb(67,77,119); }

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

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

 span { border-color: rgb(67,77,119); }

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