Html Css Color HEX #465078 Astronaut

📋 copy color: '#465078'

red 70 ◦ green 80 ◦ blue 120

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

Shades of Astronaut #465078

Tints of Astronaut #465078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 25.93%
G = 29.63%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#465078 (or 0x465078) is known color: Astronaut. HEX triplet: 46, 50 and 78. RGB value is (70,80,120). Sum of RGB (Red+Green+Blue) = 70+80+120=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #465078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465078 is #B9AF87. Grayscale: #515151. Windows color (decimal): -12169096 or 7884870. OLE color: 7884870.

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

Color convert

RGB 70 80 120 -
CMYK 0.42 0.33 0 0.53
HSL 228º 0.26% 0.37% -
HSV(B) 228º 0.42% 0.47% -
XYZ 8.78 8.4 18.93 -
YUV 81.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 70 80 120 0.42 0.33 0 0.53 228 0.26 0.37
Hex 46 50 78 2A 21 0 35 E4 1A 25
Octal 106 120 170 52 41 0 65 344 32 45
Binary 1000110 1010000 1111000 101010 100001 0 110101 11100100 11010 100101

Color Harmonies of #465078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465078

Black with #465078

Text Example


Text Example

White with #465078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465078; }

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

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

background-color css

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

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

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

border-color css

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

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

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