#435470

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

Shades of Astronaut #435470

Tints of Astronaut #435470

Color information

#435470 (or 0x435470) is unknown color: approx Astronaut. HEX triplet: 43, 54 and 70. RGB value is (67,84,112). Sum of RGB (Red+Green+Blue) = 67+84+112=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #435470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435470 is #BCAB8F. Grayscale: #515151. Windows color (decimal): -12364688 or 7361603. OLE color: 7361603.

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

Color convert

RGB6784112-
CMYK0.400.2500.56
HSL217.33º25.14%35.1%-
HSV(B)217.33º40.18%43.92%-
XYZ8.418.716.57-
YUV82.11144.87117.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=25.48%
G=31.94%
B=42.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67841120.400.2500.56217.3325.1435.1
Hex4354702819038d91923
Octal10312416050310703313143
Binary1000011101010011100001010001100101110001101100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435470; }

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

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

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

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

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

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

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

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