Html Css Color HEX #454C70 Astronaut

📋 copy color: '#454C70'

red 69 ◦ green 76 ◦ blue 112

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

Shades of Astronaut #454C70

Tints of Astronaut #454C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 26.85%
G = 29.57%
B = 43.58%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#454C70 (or 0x454C70) is known color: Astronaut. HEX triplet: 45, 4C and 70. RGB value is (69,76,112). Sum of RGB (Red+Green+Blue) = 69+76+112=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #454C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C70 is #BAB38F. Grayscale: #4D4D4D. Windows color (decimal): -12235664 or 7359557. OLE color: 7359557.

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

Color convert

RGB 69 76 112 -
CMYK 0.38 0.32 0 0.56
HSL 230.23º 0.24% 0.35% -
HSV(B) 230.23º 0.38% 0.44% -
XYZ 7.96 7.6 16.38 -
YUV 78.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 69 76 112 0.38 0.32 0 0.56 230.23 0.24 0.35
Hex 45 4C 70 26 20 0 38 E6 18 23
Octal 105 114 160 46 40 0 70 346 30 43
Binary 1000101 1001100 1110000 100110 100000 0 111000 11100110 11000 100011

Color Harmonies of #454C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454C70

Black with #454C70

Text Example


Text Example

White with #454C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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