#434E70

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

Shades of Astronaut #434E70

Tints of Astronaut #434E70

Color information

#434E70 (or 0x434E70) is unknown color: approx Astronaut. HEX triplet: 43, 4E and 70. RGB value is (67,78,112). Sum of RGB (Red+Green+Blue) = 67+78+112=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #434E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E70 is #BCB18F. Grayscale: #4E4E4E. Windows color (decimal): -12366224 or 7360067. OLE color: 7360067.

HSL color Cylindrical-coordinate representation of color #434E70: hue angle of 225.33º 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 #434E70 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6778112-
CMYK0.400.3000.56
HSL225.33º25.14%35.1%-
HSV(B)225.33º40.18%43.92%-
XYZ7.967.8116.42-
YUV78.59146.86119.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=26.07%
G=30.35%
B=43.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67781120.400.3000.56225.3325.1435.1
Hex434E70281E038e11923
Octal10311616050360703413143
Binary1000011100111011100001010001111001110001110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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