Html Css Color HEX #454C73 Astronaut

📋 copy color: '#454C73'

red 69 ◦ green 76 ◦ blue 115

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

Shades of Astronaut #454C73

Tints of Astronaut #454C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 26.54%
G = 29.23%
B = 44.23%

CMYK

 C value IS 0.4

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454C73 (or 0x454C73) is known color: Astronaut. HEX triplet: 45, 4C and 73. RGB value is (69,76,115). Sum of RGB (Red+Green+Blue) = 69+76+115=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #454C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C73 is #BAB38C. Grayscale: #4E4E4E. Windows color (decimal): -12235661 or 7556165. OLE color: 7556165.

HSL color Cylindrical-coordinate representation of color #454C73: hue angle of 230.87º 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 #454C73 is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 76 115 -
CMYK 0.4 0.34 0 0.55
HSL 230.87º 0.25% 0.36% -
HSV(B) 230.87º 0.4% 0.45% -
XYZ 8.13 7.67 17.27 -
YUV 78.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 69 76 115 0.4 0.34 0 0.55 230.87 0.25 0.36
Hex 45 4C 73 28 22 0 37 E7 19 24
Octal 105 114 163 50 42 0 67 347 31 44
Binary 1000101 1001100 1110011 101000 100010 0 110111 11100111 11001 100100

Color Harmonies of #454C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C73

Black with #454C73

Text Example


Text Example

White with #454C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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