Html Css Color HEX #465271 Astronaut

📋 copy color: '#465271'

red 70 ◦ green 82 ◦ blue 113

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

Shades of Astronaut #465271

Tints of Astronaut #465271

RGB

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

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

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

R = 26.42%
G = 30.94%
B = 42.64%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465271 (or 0x465271) is known color: Astronaut. HEX triplet: 46, 52 and 71. RGB value is (70,82,113). Sum of RGB (Red+Green+Blue) = 70+82+113=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #465271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465271 is #B9AD8E. Grayscale: #515151. Windows color (decimal): -12168591 or 7426630. OLE color: 7426630.

HSL color Cylindrical-coordinate representation of color #465271: hue angle of 223.26º 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 #465271 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 82 113 -
CMYK 0.38 0.27 0 0.56
HSL 223.26º 0.23% 0.36% -
HSV(B) 223.26º 0.38% 0.44% -
XYZ 8.52 8.53 16.82 -
YUV 81.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 70 82 113 0.38 0.27 0 0.56 223.26 0.23 0.36
Hex 46 52 71 26 1B 0 38 DF 17 24
Octal 106 122 161 46 33 0 70 337 27 44
Binary 1000110 1010010 1110001 100110 11011 0 111000 11011111 10111 100100

Color Harmonies of #465271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465271

Black with #465271

Text Example


Text Example

White with #465271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465271; }

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

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

background-color css

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

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

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

border-color css

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

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

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