#434B76

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

Shades of Astronaut #434B76

Tints of Astronaut #434B76

Color information

#434B76 (or 0x434B76) is unknown color: approx Astronaut. HEX triplet: 43, 4B and 76. RGB value is (67,75,118). Sum of RGB (Red+Green+Blue) = 67+75+118=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #434B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B76 is #BCB489. Grayscale: #4D4D4D. Windows color (decimal): -12366986 or 7752515. OLE color: 7752515.

HSL color Cylindrical-coordinate representation of color #434B76: hue angle of 230.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434B76 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6775118-
CMYK0.430.3600.54
HSL230.59º27.57%36.27%-
HSV(B)230.59º43.22%46.27%-
XYZ8.17.5318.17-
YUV77.51150.85120.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.77%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=25.77%
G=28.85%
B=45.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67751180.430.3600.54230.5927.5736.27
Hex434B762B24036e71c24
Octal10311316653440663473444
Binary10000111001011111011010101110010001101101110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,75,118); }

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

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

 a { background-color: rgb(67,75,118); }

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

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

 span { border-color: rgb(67,75,118); }

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