Html Css Color HEX #485475 Astronaut

📋 copy color: '#485475'

red 72 ◦ green 84 ◦ blue 117

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

Shades of Astronaut #485475

Tints of Astronaut #485475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 26.37%
G = 30.77%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485475 (or 0x485475) is known color: Astronaut. HEX triplet: 48, 54 and 75. RGB value is (72,84,117). Sum of RGB (Red+Green+Blue) = 72+84+117=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #485475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485475 is #B7AB8A. Grayscale: #545454. Windows color (decimal): -12037003 or 7689288. OLE color: 7689288.

HSL color Cylindrical-coordinate representation of color #485475: hue angle of 224º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485475 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 84 117 -
CMYK 0.38 0.28 0 0.54
HSL 224º 0.24% 0.37% -
HSV(B) 224º 0.38% 0.46% -
XYZ 9.05 9 18.09 -
YUV 84.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 72 84 117 0.38 0.28 0 0.54 224 0.24 0.37
Hex 48 54 75 26 1C 0 36 E0 18 25
Octal 110 124 165 46 34 0 66 340 30 45
Binary 1001000 1010100 1110101 100110 11100 0 110110 11100000 11000 100101

Color Harmonies of #485475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485475

Black with #485475

Text Example


Text Example

White with #485475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485475; }

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

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

background-color css

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

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

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

border-color css

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

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

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