#434F7C

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

Shades of Astronaut #434F7C

Tints of Astronaut #434F7C

Color information

#434F7C (or 0x434F7C) is unknown color: approx Astronaut. HEX triplet: 43, 4F and 7C. RGB value is (67,79,124). Sum of RGB (Red+Green+Blue) = 67+79+124=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #434F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F7C is #BCB083. Grayscale: #505050. Windows color (decimal): -12365956 or 8146755. OLE color: 8146755.

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

Color convert

RGB6779124-
CMYK0.460.3600.51
HSL227.37º29.84%37.45%-
HSV(B)227.37º45.97%48.63%-
XYZ8.758.2420.2-
YUV80.54152.52118.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=24.81%
G=29.26%
B=45.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67791240.460.3600.51227.3729.8437.45
Hex434F7C2E24033e31e25
Octal10311717456440633433645
Binary10000111001111111110010111010010001100111110001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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