#424B73

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

Shades of Astronaut #424B73

Tints of Astronaut #424B73

Color information

#424B73 (or 0x424B73) is unknown color: approx Astronaut. HEX triplet: 42, 4B and 73. RGB value is (66,75,115). Sum of RGB (Red+Green+Blue) = 66+75+115=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #424B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B73 is #BDB48C. Grayscale: #4C4C4C. Windows color (decimal): -12432525 or 7555906. OLE color: 7555906.

HSL color Cylindrical-coordinate representation of color #424B73: hue angle of 228.98º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424B73 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6675115-
CMYK0.430.3500.55
HSL228.98º27.07%35.49%-
HSV(B)228.98º42.61%45.1%-
XYZ7.867.4317.24-
YUV76.87149.52120.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=25.78%
G=29.30%
B=44.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66751150.430.3500.55228.9827.0735.49
Hex424B732B23037e51b23
Octal10211316353430673453343
Binary10000101001011111001110101110001101101111110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424B73; }

 p { color: rgb(66,75,115); }

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

<style>
 a { background-color: #424B73; }

 a { background-color: rgb(66,75,115); }

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

<style>
 span { border-color: #424B73; }

 span { border-color: rgb(66,75,115); }

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