#434E7A

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

Shades of Astronaut #434E7A

Tints of Astronaut #434E7A

Color information

#434E7A (or 0x434E7A) is unknown color: approx Astronaut. HEX triplet: 43, 4E and 7A. RGB value is (67,78,122). Sum of RGB (Red+Green+Blue) = 67+78+122=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #434E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E7A is #BCB185. Grayscale: #4F4F4F. Windows color (decimal): -12366214 or 8015427. OLE color: 8015427.

HSL color Cylindrical-coordinate representation of color #434E7A: hue angle of 228º 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 #434E7A is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6778122-
CMYK0.450.3600.52
HSL228º29.1%37.06%-
HSV(B)228º45.08%47.84%-
XYZ8.558.0519.51-
YUV79.73151.86118.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=25.09%
G=29.21%
B=45.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67781220.450.3600.5222829.137.06
Hex434E7A2D24034e41d25
Octal10311617255440643443545
Binary10000111001110111101010110110010001101001110010011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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