Html Css Color HEX #454B78 Astronaut

📋 copy color: '#454B78'

red 69 ◦ green 75 ◦ blue 120

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

Shades of Astronaut #454B78

Tints of Astronaut #454B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 26.14%
G = 28.41%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#454B78 (or 0x454B78) is known color: Astronaut. HEX triplet: 45, 4B and 78. RGB value is (69,75,120). Sum of RGB (Red+Green+Blue) = 69+75+120=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #454B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454B78 is #BAB487. Grayscale: #4E4E4E. Windows color (decimal): -12235912 or 7883589. OLE color: 7883589.

HSL color Cylindrical-coordinate representation of color #454B78: hue angle of 232.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454B78 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 75 120 -
CMYK 0.42 0.37 0 0.53
HSL 232.94º 0.27% 0.37% -
HSV(B) 232.94º 0.43% 0.47% -
XYZ 8.36 7.65 18.81 -
YUV 78.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 69 75 120 0.42 0.37 0 0.53 232.94 0.27 0.37
Hex 45 4B 78 2A 25 0 35 E9 1B 25
Octal 105 113 170 52 45 0 65 351 33 45
Binary 1000101 1001011 1111000 101010 100101 0 110101 11101001 11011 100101

Color Harmonies of #454B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454B78

Black with #454B78

Text Example


Text Example

White with #454B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,75,120); }

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

background-color css

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

 a { background-color: rgb(69,75,120); }

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

border-color css

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

 span { border-color: rgb(69,75,120); }

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