Html Css Color HEX #465081 Astronaut

📋 copy color: '#465081'

red 70 ◦ green 80 ◦ blue 129

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

Shades of Astronaut #465081

Tints of Astronaut #465081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 25.09%
G = 28.67%
B = 46.24%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#465081 (or 0x465081) is known color: Astronaut. HEX triplet: 46, 50 and 81. RGB value is (70,80,129). Sum of RGB (Red+Green+Blue) = 70+80+129=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 80 (31.64% from 255 or 28.67% 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 #465081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465081 is #B9AF7E. Grayscale: #525252. Windows color (decimal): -12169087 or 8474694. OLE color: 8474694.

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

Color convert

RGB 70 80 129 -
CMYK 0.46 0.38 0 0.49
HSL 229.83º 0.3% 0.39% -
HSV(B) 229.83º 0.46% 0.51% -
XYZ 9.36 8.62 21.94 -
YUV 82.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 70 80 129 0.46 0.38 0 0.49 229.83 0.3 0.39
Hex 46 50 81 2E 26 0 31 E6 1E 27
Octal 106 120 201 56 46 0 61 346 36 47
Binary 1000110 1010000 10000001 101110 100110 0 110001 11100110 11110 100111

Color Harmonies of #465081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465081

Black with #465081

Text Example


Text Example

White with #465081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465081; }

 p { color: rgb(70,80,129); }

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

background-color css

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

 a { background-color: rgb(70,80,129); }

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

border-color css

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

 span { border-color: rgb(70,80,129); }

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