Html Css Color HEX #454E71 Astronaut

📋 copy color: '#454E71'

red 69 ◦ green 78 ◦ blue 113

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

Shades of Astronaut #454E71

Tints of Astronaut #454E71

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 113 (44.53% from 255) = 43.46%

R = 26.54%
G = 30%
B = 43.46%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454E71 (or 0x454E71) is known color: Astronaut. HEX triplet: 45, 4E and 71. RGB value is (69,78,113). Sum of RGB (Red+Green+Blue) = 69+78+113=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #454E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E71 is #BAB18E. Grayscale: #4F4F4F. Windows color (decimal): -12235151 or 7425605. OLE color: 7425605.

HSL color Cylindrical-coordinate representation of color #454E71: hue angle of 227.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454E71 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 78 113 -
CMYK 0.39 0.31 0 0.56
HSL 227.73º 0.24% 0.36% -
HSV(B) 227.73º 0.39% 0.44% -
XYZ 8.16 7.91 16.72 -
YUV 79.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 69 78 113 0.39 0.31 0 0.56 227.73 0.24 0.36
Hex 45 4E 71 27 1F 0 38 E4 18 24
Octal 105 116 161 47 37 0 70 344 30 44
Binary 1000101 1001110 1110001 100111 11111 0 111000 11100100 11000 100100

Color Harmonies of #454E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E71

Black with #454E71

Text Example


Text Example

White with #454E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,78,113); }

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

background-color css

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

 a { background-color: rgb(69,78,113); }

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

border-color css

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

 span { border-color: rgb(69,78,113); }

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