Html Css Color HEX #454F81 Astronaut

📋 copy color: '#454F81'

red 69 ◦ green 79 ◦ blue 129

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

Shades of Astronaut #454F81

Tints of Astronaut #454F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.52%

 BLUE value IS 129 (50.78% from 255) = 46.57%

R = 24.91%
G = 28.52%
B = 46.57%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#454F81 (or 0x454F81) is known color: Astronaut. HEX triplet: 45, 4F and 81. RGB value is (69,79,129). Sum of RGB (Red+Green+Blue) = 69+79+129=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #454F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F81 is #BAB07E. Grayscale: #515151. Windows color (decimal): -12234879 or 8474437. OLE color: 8474437.

HSL color Cylindrical-coordinate representation of color #454F81: hue angle of 230º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454F81 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 79 129 -
CMYK 0.47 0.39 0 0.49
HSL 230º 0.3% 0.39% -
HSV(B) 230º 0.47% 0.51% -
XYZ 9.21 8.44 21.91 -
YUV 81.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 69 79 129 0.47 0.39 0 0.49 230 0.3 0.39
Hex 45 4F 81 2F 27 0 31 E6 1E 27
Octal 105 117 201 57 47 0 61 346 36 47
Binary 1000101 1001111 10000001 101111 100111 0 110001 11100110 11110 100111

Color Harmonies of #454F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454F81

Black with #454F81

Text Example


Text Example

White with #454F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,79,129); }

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

background-color css

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

 a { background-color: rgb(69,79,129); }

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

border-color css

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

 span { border-color: rgb(69,79,129); }

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