Html Css Color HEX #485474 Astronaut

📋 copy color: '#485474'

red 72 ◦ green 84 ◦ blue 116

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

Shades of Astronaut #485474

Tints of Astronaut #485474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 26.47%
G = 30.88%
B = 42.65%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485474 (or 0x485474) is known color: Astronaut. HEX triplet: 48, 54 and 74. RGB value is (72,84,116). Sum of RGB (Red+Green+Blue) = 72+84+116=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #485474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485474 is #B7AB8B. Grayscale: #535353. Windows color (decimal): -12037004 or 7623752. OLE color: 7623752.

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

Color convert

RGB 72 84 116 -
CMYK 0.38 0.28 0 0.55
HSL 223.64º 0.23% 0.37% -
HSV(B) 223.64º 0.38% 0.45% -
XYZ 9 8.98 17.78 -
YUV 84.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 72 84 116 0.38 0.28 0 0.55 223.64 0.23 0.37
Hex 48 54 74 26 1C 0 37 E0 17 25
Octal 110 124 164 46 34 0 67 340 27 45
Binary 1001000 1010100 1110100 100110 11100 0 110111 11100000 10111 100101

Color Harmonies of #485474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485474

Black with #485474

Text Example


Text Example

White with #485474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485474; }

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

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

background-color css

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

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

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

border-color css

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

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

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