#434D76

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

Shades of Astronaut #434D76

Tints of Astronaut #434D76

Color information

#434D76 (or 0x434D76) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 76. RGB value is (67,77,118). Sum of RGB (Red+Green+Blue) = 67+77+118=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #434D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D76 is #BCB289. Grayscale: #4E4E4E. Windows color (decimal): -12366474 or 7753027. OLE color: 7753027.

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

Color convert

RGB6777118-
CMYK0.430.3500.54
HSL228.24º27.57%36.27%-
HSV(B)228.24º43.22%46.27%-
XYZ8.247.8118.21-
YUV78.68150.19119.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=25.57%
G=29.39%
B=45.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67771180.430.3500.54228.2427.5736.27
Hex434D762B23036e41c24
Octal10311516653430663443444
Binary10000111001101111011010101110001101101101110010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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