#434D70

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

Shades of Astronaut #434D70

Tints of Astronaut #434D70

Color information

#434D70 (or 0x434D70) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 70. RGB value is (67,77,112). Sum of RGB (Red+Green+Blue) = 67+77+112=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #434D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D70 is #BCB28F. Grayscale: #4D4D4D. Windows color (decimal): -12366480 or 7359811. OLE color: 7359811.

HSL color Cylindrical-coordinate representation of color #434D70: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434D70 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6777112-
CMYK0.400.3100.56
HSL226.67º25.14%35.1%-
HSV(B)226.67º40.18%43.92%-
XYZ7.897.6716.39-
YUV78147.19120.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=26.17%
G=30.08%
B=43.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67771120.400.3100.56226.6725.1435.1
Hex434D70281F038e31923
Octal10311516050370703433143
Binary1000011100110111100001010001111101110001110001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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