Html Css Color HEX #465071 Astronaut

📋 copy color: '#465071'

red 70 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #465071

Tints of Astronaut #465071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 26.62%
G = 30.42%
B = 42.97%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465071 (or 0x465071) is known color: Astronaut. HEX triplet: 46, 50 and 71. RGB value is (70,80,113). Sum of RGB (Red+Green+Blue) = 70+80+113=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #465071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465071 is #B9AF8E. Grayscale: #505050. Windows color (decimal): -12169103 or 7426118. OLE color: 7426118.

HSL color Cylindrical-coordinate representation of color #465071: hue angle of 226.05º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465071 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 80 113 -
CMYK 0.38 0.29 0 0.56
HSL 226.05º 0.23% 0.36% -
HSV(B) 226.05º 0.38% 0.44% -
XYZ 8.38 8.23 16.77 -
YUV 80.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 70 80 113 0.38 0.29 0 0.56 226.05 0.23 0.36
Hex 46 50 71 26 1D 0 38 E2 17 24
Octal 106 120 161 46 35 0 70 342 27 44
Binary 1000110 1010000 1110001 100110 11101 0 111000 11100010 10111 100100

Color Harmonies of #465071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465071

Black with #465071

Text Example


Text Example

White with #465071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465071; }

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

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

background-color css

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

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

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

border-color css

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

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

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