#434E7C

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

Shades of Astronaut #434E7C

Tints of Astronaut #434E7C

Color information

#434E7C (or 0x434E7C) is unknown color: approx Astronaut. HEX triplet: 43, 4E and 7C. RGB value is (67,78,124). Sum of RGB (Red+Green+Blue) = 67+78+124=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #434E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E7C is #BCB183. Grayscale: #4F4F4F. Windows color (decimal): -12366212 or 8146499. OLE color: 8146499.

HSL color Cylindrical-coordinate representation of color #434E7C: hue angle of 228.42º 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 #434E7C is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6778124-
CMYK0.460.3700.51
HSL228.42º29.84%37.45%-
HSV(B)228.42º45.97%48.63%-
XYZ8.688.120.17-
YUV79.95152.86118.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=24.91%
G=29.00%
B=46.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67781240.460.3700.51228.4229.8437.45
Hex434E7C2E25033e41e25
Octal10311617456450633443645
Binary10000111001110111110010111010010101100111110010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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