Html Css Color HEX #465280 Astronaut

📋 copy color: '#465280'

red 70 ◦ green 82 ◦ blue 128

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

Shades of Astronaut #465280

Tints of Astronaut #465280

RGB

 RED value IS 70 (27.73% from 255) = 25%

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

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 25%
G = 29.29%
B = 45.71%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#465280 (or 0x465280) is known color: Astronaut. HEX triplet: 46, 52 and 80. RGB value is (70,82,128). Sum of RGB (Red+Green+Blue) = 70+82+128=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #465280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465280 is #B9AD7F. Grayscale: #535353. Windows color (decimal): -12168576 or 8409670. OLE color: 8409670.

HSL color Cylindrical-coordinate representation of color #465280: hue angle of 227.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465280 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 82 128 -
CMYK 0.45 0.36 0 0.50
HSL 227.59º 0.29% 0.39% -
HSV(B) 227.59º 0.45% 0.5% -
XYZ 9.44 8.9 21.64 -
YUV 83.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 70 82 128 0.45 0.36 0 0.50 227.59 0.29 0.39
Hex 46 52 80 2D 24 0 32 E4 1D 27
Octal 106 122 200 55 44 0 62 344 35 47
Binary 1000110 1010010 10000000 101101 100100 0 110010 11100100 11101 100111

Color Harmonies of #465280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465280

Black with #465280

Text Example


Text Example

White with #465280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465280; }

 p { color: rgb(70,82,128); }

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

background-color css

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

 a { background-color: rgb(70,82,128); }

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

border-color css

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

 span { border-color: rgb(70,82,128); }

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