#434C73

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

Shades of Astronaut #434C73

Tints of Astronaut #434C73

Color information

#434C73 (or 0x434C73) is unknown color: approx Astronaut. HEX triplet: 43, 4C and 73. RGB value is (67,76,115). Sum of RGB (Red+Green+Blue) = 67+76+115=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #434C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C73 is #BCB38C. Grayscale: #4D4D4D. Windows color (decimal): -12366733 or 7556163. OLE color: 7556163.

HSL color Cylindrical-coordinate representation of color #434C73: hue angle of 228.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434C73 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6776115-
CMYK0.420.3400.55
HSL228.75º26.37%35.69%-
HSV(B)228.75º41.74%45.1%-
XYZ7.997.617.27-
YUV77.76149.02120.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.97%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=25.97%
G=29.46%
B=44.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67761150.420.3400.55228.7526.3735.69
Hex434C732A22037e51a24
Octal10311416352420673453244
Binary10000111001100111001110101010001001101111110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,115); }

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

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

 a { background-color: rgb(67,76,115); }

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

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

 span { border-color: rgb(67,76,115); }

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