#434D7B

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

Shades of Astronaut #434D7B

Tints of Astronaut #434D7B

Color information

#434D7B (or 0x434D7B) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 7B. RGB value is (67,77,123). Sum of RGB (Red+Green+Blue) = 67+77+123=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #434D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D7B is #BCB284. Grayscale: #4F4F4F. Windows color (decimal): -12366469 or 8080707. OLE color: 8080707.

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

Color convert

RGB6777123-
CMYK0.460.3700.52
HSL229.29º29.47%37.25%-
HSV(B)229.29º45.53%48.24%-
XYZ8.547.9319.82-
YUV79.25152.69119.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=25.09%
G=28.84%
B=46.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67771230.460.3700.52229.2929.4737.25
Hex434D7B2E25034e51d25
Octal10311517356450643453545
Binary10000111001101111101110111010010101101001110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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