Html Css Color HEX #454D73 Astronaut

📋 copy color: '#454D73'

red 69 ◦ green 77 ◦ blue 115

#454D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #454D73

Tints of Astronaut #454D73

RGB

 RED value IS 69 (27.34% from 255) = 26.44%

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 26.44%
G = 29.5%
B = 44.06%

CMYK

 C value IS 0.4

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454D73 (or 0x454D73) is known color: Astronaut. HEX triplet: 45, 4D and 73. RGB value is (69,77,115). Sum of RGB (Red+Green+Blue) = 69+77+115=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #454D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D73 is #BAB28C. Grayscale: #4E4E4E. Windows color (decimal): -12235405 or 7556421. OLE color: 7556421.

HSL color Cylindrical-coordinate representation of color #454D73: hue angle of 229.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #454D73 is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 77 115 -
CMYK 0.4 0.33 0 0.55
HSL 229.57º 0.25% 0.36% -
HSV(B) 229.57º 0.4% 0.45% -
XYZ 8.2 7.81 17.29 -
YUV 78.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 69 77 115 0.4 0.33 0 0.55 229.57 0.25 0.36
Hex 45 4D 73 28 21 0 37 E6 19 24
Octal 105 115 163 50 41 0 67 346 31 44
Binary 1000101 1001101 1110011 101000 100001 0 110111 11100110 11001 100100

Color Harmonies of #454D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D73

Black with #454D73

Text Example


Text Example

White with #454D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D73; }

 p { color: rgb(69,77,115); }

 H1.HeaderClassName
 {
   color: #454D73;
 }
 .AnyTagClassName
 {
   color: #454D73;
 }
</style>

background-color css

<style>
 a { background-color: #454D73; }

 a { background-color: rgb(69,77,115); }

 div.DivClassName
 {
   background-color: #454D73;
 }
 .BgClassName
 {
   background-color: #454D73;
 }
</style>

border-color css

<style>
 span { border-color: #454D73; }

 span { border-color: rgb(69,77,115); }

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