Html Css Color HEX #465474 Astronaut

📋 copy color: '#465474'

red 70 ◦ green 84 ◦ blue 116

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

Shades of Astronaut #465474

Tints of Astronaut #465474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 25.93%
G = 31.11%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465474 (or 0x465474) is known color: Astronaut. HEX triplet: 46, 54 and 74. RGB value is (70,84,116). Sum of RGB (Red+Green+Blue) = 70+84+116=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #465474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465474 is #B9AB8B. Grayscale: #535353. Windows color (decimal): -12168076 or 7623750. OLE color: 7623750.

HSL color Cylindrical-coordinate representation of color #465474: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465474 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 84 116 -
CMYK 0.40 0.28 0 0.55
HSL 221.74º 0.25% 0.36% -
HSV(B) 221.74º 0.4% 0.45% -
XYZ 8.85 8.9 17.78 -
YUV 83.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 70 84 116 0.40 0.28 0 0.55 221.74 0.25 0.36
Hex 46 54 74 28 1C 0 37 DE 19 24
Octal 106 124 164 50 34 0 67 336 31 44
Binary 1000110 1010100 1110100 101000 11100 0 110111 11011110 11001 100100

Color Harmonies of #465474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465474

Black with #465474

Text Example


Text Example

White with #465474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465474; }

 p { color: rgb(70,84,116); }

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

background-color css

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

 a { background-color: rgb(70,84,116); }

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

border-color css

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

 span { border-color: rgb(70,84,116); }

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