Html Css Color HEX #485478 Astronaut

📋 copy color: '#485478'

red 72 ◦ green 84 ◦ blue 120

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

Shades of Astronaut #485478

Tints of Astronaut #485478

RGB

 RED value IS 72 (28.52% from 255) = 26.09%

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

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

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.40

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485478 (or 0x485478) is known color: Astronaut. HEX triplet: 48, 54 and 78. RGB value is (72,84,120). Sum of RGB (Red+Green+Blue) = 72+84+120=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #485478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485478 is #B7AB87. Grayscale: #545454. Windows color (decimal): -12037000 or 7885896. OLE color: 7885896.

HSL color Cylindrical-coordinate representation of color #485478: hue angle of 225º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485478 is Cyan = 0.40, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 84 120 -
CMYK 0.40 0.3 0 0.53
HSL 225º 0.25% 0.38% -
HSV(B) 225º 0.4% 0.47% -
XYZ 9.23 9.07 19.03 -
YUV 84.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 72 84 120 0.40 0.3 0 0.53 225 0.25 0.38
Hex 48 54 78 28 1E 0 35 E1 19 26
Octal 110 124 170 50 36 0 65 341 31 46
Binary 1001000 1010100 1111000 101000 11110 0 110101 11100001 11001 100110

Color Harmonies of #485478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485478

Black with #485478

Text Example


Text Example

White with #485478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485478; }

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

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

background-color css

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

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

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

border-color css

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

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

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