Html Css Color HEX #455181 Astronaut

📋 copy color: '#455181'

red 69 ◦ green 81 ◦ blue 129

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

Shades of Astronaut #455181

Tints of Astronaut #455181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 24.73%
G = 29.03%
B = 46.24%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#455181 (or 0x455181) is known color: Astronaut. HEX triplet: 45, 51 and 81. RGB value is (69,81,129). Sum of RGB (Red+Green+Blue) = 69+81+129=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #455181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455181 is #BAAE7E. Grayscale: #525252. Windows color (decimal): -12234367 or 8474949. OLE color: 8474949.

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

Color convert

RGB 69 81 129 -
CMYK 0.47 0.37 0 0.49
HSL 228º 0.3% 0.39% -
HSV(B) 228º 0.47% 0.51% -
XYZ 9.36 8.74 21.96 -
YUV 82.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 69 81 129 0.47 0.37 0 0.49 228 0.3 0.39
Hex 45 51 81 2F 25 0 31 E4 1E 27
Octal 105 121 201 57 45 0 61 344 36 47
Binary 1000101 1010001 10000001 101111 100101 0 110001 11100100 11110 100111

Color Harmonies of #455181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455181

Black with #455181

Text Example


Text Example

White with #455181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455181; }

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

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

background-color css

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

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

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

border-color css

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

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

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