Html Css Color HEX #454C74 Astronaut

📋 copy color: '#454C74'

red 69 ◦ green 76 ◦ blue 116

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

Shades of Astronaut #454C74

Tints of Astronaut #454C74

RGB

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

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

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

R = 26.44%
G = 29.12%
B = 44.44%

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

#454C74 (or 0x454C74) is known color: Astronaut. HEX triplet: 45, 4C and 74. RGB value is (69,76,116). Sum of RGB (Red+Green+Blue) = 69+76+116=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #454C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C74 is #BAB38B. Grayscale: #4E4E4E. Windows color (decimal): -12235660 or 7621701. OLE color: 7621701.

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

Color convert

RGB 69 76 116 -
CMYK 0.41 0.34 0 0.55
HSL 231.06º 0.25% 0.36% -
HSV(B) 231.06º 0.41% 0.45% -
XYZ 8.19 7.7 17.58 -
YUV 78.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 69 76 116 0.41 0.34 0 0.55 231.06 0.25 0.36
Hex 45 4C 74 29 22 0 37 E7 19 24
Octal 105 114 164 51 42 0 67 347 31 44
Binary 1000101 1001100 1110100 101001 100010 0 110111 11100111 11001 100100

Color Harmonies of #454C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C74

Black with #454C74

Text Example


Text Example

White with #454C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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