#434D78

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

Shades of Astronaut #434D78

Tints of Astronaut #434D78

Color information

#434D78 (or 0x434D78) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 78. RGB value is (67,77,120). Sum of RGB (Red+Green+Blue) = 67+77+120=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #434D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D78 is #BCB287. Grayscale: #4E4E4E. Windows color (decimal): -12366472 or 7884099. OLE color: 7884099.

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

Color convert

RGB6777120-
CMYK0.440.3600.53
HSL228.68º28.34%36.67%-
HSV(B)228.68º44.17%47.06%-
XYZ8.367.8618.85-
YUV78.91151.19119.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=25.38%
G=29.17%
B=45.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67771200.440.3600.53228.6828.3436.67
Hex434D782C24035e51c25
Octal10311517054440653453445
Binary10000111001101111100010110010010001101011110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,77,120); }

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

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

 a { background-color: rgb(67,77,120); }

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

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

 span { border-color: rgb(67,77,120); }

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