Html Css Color HEX #465278 Astronaut

📋 copy color: '#465278'

red 70 ◦ green 82 ◦ blue 120

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

Shades of Astronaut #465278

Tints of Astronaut #465278

RGB

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

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

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

R = 25.74%
G = 30.15%
B = 44.12%

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

#465278 (or 0x465278) is known color: Astronaut. HEX triplet: 46, 52 and 78. RGB value is (70,82,120). Sum of RGB (Red+Green+Blue) = 70+82+120=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #465278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465278 is #B9AD87. Grayscale: #525252. Windows color (decimal): -12168584 or 7885382. OLE color: 7885382.

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

Color convert

RGB 70 82 120 -
CMYK 0.42 0.32 0 0.53
HSL 225.6º 0.26% 0.37% -
HSV(B) 225.6º 0.42% 0.47% -
XYZ 8.93 8.69 18.98 -
YUV 82.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 70 82 120 0.42 0.32 0 0.53 225.6 0.26 0.37
Hex 46 52 78 2A 20 0 35 E2 1A 25
Octal 106 122 170 52 40 0 65 342 32 45
Binary 1000110 1010010 1111000 101010 100000 0 110101 11100010 11010 100101

Color Harmonies of #465278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465278

Black with #465278

Text Example


Text Example

White with #465278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465278; }

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

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

background-color css

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

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

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

border-color css

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

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

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