#434D7A

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

Shades of Astronaut #434D7A

Tints of Astronaut #434D7A

Color information

#434D7A (or 0x434D7A) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 7A. RGB value is (67,77,122). Sum of RGB (Red+Green+Blue) = 67+77+122=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #434D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D7A is #BCB285. Grayscale: #4E4E4E. Windows color (decimal): -12366470 or 8015171. OLE color: 8015171.

HSL color Cylindrical-coordinate representation of color #434D7A: hue angle of 229.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #434D7A is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6777122-
CMYK0.450.3700.52
HSL229.09º29.1%37.06%-
HSV(B)229.09º45.08%47.84%-
XYZ8.487.9119.49-
YUV79.14152.19119.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=25.19%
G=28.95%
B=45.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67771220.450.3700.52229.0929.137.06
Hex434D7A2D25034e51d25
Octal10311517255450643453545
Binary10000111001101111101010110110010101101001110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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