#434D7C

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

Shades of Astronaut #434D7C

Tints of Astronaut #434D7C

Color information

#434D7C (or 0x434D7C) is unknown color: approx Astronaut. HEX triplet: 43, 4D and 7C. RGB value is (67,77,124). Sum of RGB (Red+Green+Blue) = 67+77+124=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #434D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D7C is #BCB283. Grayscale: #4F4F4F. Windows color (decimal): -12366468 or 8146243. OLE color: 8146243.

HSL color Cylindrical-coordinate representation of color #434D7C: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434D7C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6777124-
CMYK0.460.3800.51
HSL229.47º29.84%37.45%-
HSV(B)229.47º45.97%48.63%-
XYZ8.617.9620.15-
YUV79.37153.19119.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=25%
G=28.73%
B=46.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67771240.460.3800.51229.4729.8437.45
Hex434D7C2E26033e51e25
Octal10311517456460633453645
Binary10000111001101111110010111010011001100111110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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