Html Css Color HEX #455281 Astronaut

📋 copy color: '#455281'

red 69 ◦ green 82 ◦ blue 129

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

Shades of Astronaut #455281

Tints of Astronaut #455281

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 24.64%
G = 29.29%
B = 46.07%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455281 (or 0x455281) is known color: Astronaut. HEX triplet: 45, 52 and 81. RGB value is (69,82,129). Sum of RGB (Red+Green+Blue) = 69+82+129=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #455281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455281 is #BAAD7E. Grayscale: #535353. Windows color (decimal): -12234111 or 8475205. OLE color: 8475205.

HSL color Cylindrical-coordinate representation of color #455281: hue angle of 227º 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 #455281 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 82 129 -
CMYK 0.47 0.36 0 0.49
HSL 227º 0.3% 0.39% -
HSV(B) 227º 0.47% 0.51% -
XYZ 9.43 8.88 21.99 -
YUV 83.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 69 82 129 0.47 0.36 0 0.49 227 0.3 0.39
Hex 45 52 81 2F 24 0 31 E3 1E 27
Octal 105 122 201 57 44 0 61 343 36 47
Binary 1000101 1010010 10000001 101111 100100 0 110001 11100011 11110 100111

Color Harmonies of #455281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455281

Black with #455281

Text Example


Text Example

White with #455281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455281; }

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

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

background-color css

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

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

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

border-color css

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

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

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