#434F7A

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

Shades of Astronaut #434F7A

Tints of Astronaut #434F7A

Color information

#434F7A (or 0x434F7A) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 7A. RGB value is (67,79,122). Sum of RGB (Red+Green+Blue) = 67+79+122=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #434F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F7A is #BCB085. Grayscale: #505050. Windows color (decimal): -12365958 or 8015683. OLE color: 8015683.

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

Color convert

RGB6779122-
CMYK0.450.3500.52
HSL226.91º29.1%37.06%-
HSV(B)226.91º45.08%47.84%-
XYZ8.628.1919.54-
YUV80.31151.52118.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 29.48%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=25%
G=29.48%
B=45.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67791220.450.3500.52226.9129.137.06
Hex434F7A2D23034e31d25
Octal10311717255430643433545
Binary10000111001111111101010110110001101101001110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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