#434F79

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

Shades of Astronaut #434F79

Tints of Astronaut #434F79

Color information

#434F79 (or 0x434F79) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 79. RGB value is (67,79,121). Sum of RGB (Red+Green+Blue) = 67+79+121=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #434F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F79 is #BCB086. Grayscale: #505050. Windows color (decimal): -12365959 or 7950147. OLE color: 7950147.

HSL color Cylindrical-coordinate representation of color #434F79: hue angle of 226.67º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #434F79 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6779121-
CMYK0.450.3500.53
HSL226.67º28.72%36.86%-
HSV(B)226.67º44.63%47.45%-
XYZ8.568.1719.21-
YUV80.2151.02118.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=25.09%
G=29.59%
B=45.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67791210.450.3500.53226.6728.7236.86
Hex434F792D23035e31d25
Octal10311717155430653433545
Binary10000111001111111100110110110001101101011110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,79,121); }

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

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

 a { background-color: rgb(67,79,121); }

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

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

 span { border-color: rgb(67,79,121); }

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