Html Css Color HEX #465279 Astronaut

📋 copy color: '#465279'

red 70 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #465279

Tints of Astronaut #465279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 25.64%
G = 30.04%
B = 44.32%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465279 (or 0x465279) is known color: Astronaut. HEX triplet: 46, 52 and 79. RGB value is (70,82,121). Sum of RGB (Red+Green+Blue) = 70+82+121=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #465279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465279 is #B9AD86. Grayscale: #525252. Windows color (decimal): -12168583 or 7950918. OLE color: 7950918.

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

Color convert

RGB 70 82 121 -
CMYK 0.42 0.32 0 0.53
HSL 225.88º 0.27% 0.37% -
HSV(B) 225.88º 0.42% 0.47% -
XYZ 8.99 8.72 19.3 -
YUV 82.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 70 82 121 0.42 0.32 0 0.53 225.88 0.27 0.37
Hex 46 52 79 2A 20 0 35 E2 1B 25
Octal 106 122 171 52 40 0 65 342 33 45
Binary 1000110 1010010 1111001 101010 100000 0 110101 11100010 11011 100101

Color Harmonies of #465279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465279

Black with #465279

Text Example


Text Example

White with #465279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465279; }

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

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

background-color css

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

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

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

border-color css

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

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

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