Html Css Color HEX #465478 Astronaut

📋 copy color: '#465478'

red 70 ◦ green 84 ◦ blue 120

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

Shades of Astronaut #465478

Tints of Astronaut #465478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 25.55%
G = 30.66%
B = 43.8%

CMYK

 C value IS 0.42

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465478 (or 0x465478) is known color: Astronaut. HEX triplet: 46, 54 and 78. RGB value is (70,84,120). Sum of RGB (Red+Green+Blue) = 70+84+120=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #465478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465478 is #B9AB87. Grayscale: #535353. Windows color (decimal): -12168072 or 7885894. OLE color: 7885894.

HSL color Cylindrical-coordinate representation of color #465478: hue angle of 223.2º degrees, saturation: 0.26, 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 #465478 is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 84 120 -
CMYK 0.42 0.3 0 0.53
HSL 223.2º 0.26% 0.37% -
HSV(B) 223.2º 0.42% 0.47% -
XYZ 9.09 9 19.03 -
YUV 83.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 70 84 120 0.42 0.3 0 0.53 223.2 0.26 0.37
Hex 46 54 78 2A 1E 0 35 DF 1A 25
Octal 106 124 170 52 36 0 65 337 32 45
Binary 1000110 1010100 1111000 101010 11110 0 110101 11011111 11010 100101

Color Harmonies of #465478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465478

Black with #465478

Text Example


Text Example

White with #465478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465478; }

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

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

background-color css

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

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

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

border-color css

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

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

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