Html Css Color HEX #465277 Astronaut

📋 copy color: '#465277'

red 70 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #465277

Tints of Astronaut #465277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 25.83%
G = 30.26%
B = 43.91%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465277 (or 0x465277) is known color: Astronaut. HEX triplet: 46, 52 and 77. RGB value is (70,82,119). Sum of RGB (Red+Green+Blue) = 70+82+119=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #465277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465277 is #B9AD88. Grayscale: #525252. Windows color (decimal): -12168585 or 7819846. OLE color: 7819846.

HSL color Cylindrical-coordinate representation of color #465277: hue angle of 225.31º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #465277 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 82 119 -
CMYK 0.41 0.31 0 0.53
HSL 225.31º 0.26% 0.37% -
HSV(B) 225.31º 0.41% 0.47% -
XYZ 8.87 8.67 18.66 -
YUV 82.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 70 82 119 0.41 0.31 0 0.53 225.31 0.26 0.37
Hex 46 52 77 29 1F 0 35 E1 1A 25
Octal 106 122 167 51 37 0 65 341 32 45
Binary 1000110 1010010 1110111 101001 11111 0 110101 11100001 11010 100101

Color Harmonies of #465277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465277

Black with #465277

Text Example


Text Example

White with #465277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465277; }

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

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

background-color css

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

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

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

border-color css

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

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

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