Html Css Color HEX #485379 Astronaut

📋 copy color: '#485379'

red 72 ◦ green 83 ◦ blue 121

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

Shades of Astronaut #485379

Tints of Astronaut #485379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 26.09%
G = 30.07%
B = 43.84%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#485379 (or 0x485379) is known color: Astronaut. HEX triplet: 48, 53 and 79. RGB value is (72,83,121). Sum of RGB (Red+Green+Blue) = 72+83+121=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #485379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485379 is #B7AC86. Grayscale: #535353. Windows color (decimal): -12037255 or 7951176. OLE color: 7951176.

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

Color convert

RGB 72 83 121 -
CMYK 0.40 0.31 0 0.53
HSL 226.53º 0.25% 0.38% -
HSV(B) 226.53º 0.4% 0.47% -
XYZ 9.22 8.94 19.33 -
YUV 84.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 72 83 121 0.40 0.31 0 0.53 226.53 0.25 0.38
Hex 48 53 79 28 1F 0 35 E3 19 26
Octal 110 123 171 50 37 0 65 343 31 46
Binary 1001000 1010011 1111001 101000 11111 0 110101 11100011 11001 100110

Color Harmonies of #485379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485379

Black with #485379

Text Example


Text Example

White with #485379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485379; }

 p { color: rgb(72,83,121); }

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

background-color css

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

 a { background-color: rgb(72,83,121); }

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

border-color css

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

 span { border-color: rgb(72,83,121); }

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