Html Css Color HEX #454D74 Astronaut

📋 copy color: '#454D74'

red 69 ◦ green 77 ◦ blue 116

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

Shades of Astronaut #454D74

Tints of Astronaut #454D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 26.34%
G = 29.39%
B = 44.27%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#454D74 (or 0x454D74) is known color: Astronaut. HEX triplet: 45, 4D and 74. RGB value is (69,77,116). Sum of RGB (Red+Green+Blue) = 69+77+116=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #454D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D74 is #BAB28B. Grayscale: #4E4E4E. Windows color (decimal): -12235404 or 7621957. OLE color: 7621957.

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

Color convert

RGB 69 77 116 -
CMYK 0.41 0.34 0 0.55
HSL 229.79º 0.25% 0.36% -
HSV(B) 229.79º 0.41% 0.45% -
XYZ 8.26 7.83 17.6 -
YUV 79.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 69 77 116 0.41 0.34 0 0.55 229.79 0.25 0.36
Hex 45 4D 74 29 22 0 37 E6 19 24
Octal 105 115 164 51 42 0 67 346 31 44
Binary 1000101 1001101 1110100 101001 100010 0 110111 11100110 11001 100100

Color Harmonies of #454D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D74

Black with #454D74

Text Example


Text Example

White with #454D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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