#434C7B

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

Shades of Astronaut #434C7B

Tints of Astronaut #434C7B

Color information

#434C7B (or 0x434C7B) is unknown color: approx Astronaut. HEX triplet: 43, 4C and 7B. RGB value is (67,76,123). Sum of RGB (Red+Green+Blue) = 67+76+123=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #434C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C7B is #BCB384. Grayscale: #4E4E4E. Windows color (decimal): -12366725 or 8080451. OLE color: 8080451.

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

Color convert

RGB6776123-
CMYK0.460.3800.52
HSL230.36º29.47%37.25%-
HSV(B)230.36º45.53%48.24%-
XYZ8.477.7919.8-
YUV78.67153.02119.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=25.19%
G=28.57%
B=46.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal67761230.460.3800.52230.3629.4737.25
Hex434C7B2E26034e61d25
Octal10311417356460643463545
Binary10000111001100111101110111010011001101001110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,76,123); }

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

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

 a { background-color: rgb(67,76,123); }

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

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

 span { border-color: rgb(67,76,123); }

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