Html Css Color HEX #485083 Astronaut

📋 copy color: '#485083'

red 72 ◦ green 80 ◦ blue 131

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

Shades of Astronaut #485083

Tints of Astronaut #485083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 25.44%
G = 28.27%
B = 46.29%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#485083 (or 0x485083) is known color: Astronaut. HEX triplet: 48, 50 and 83. RGB value is (72,80,131). Sum of RGB (Red+Green+Blue) = 72+80+131=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #485083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485083 is #B7AF7C. Grayscale: #535353. Windows color (decimal): -12038013 or 8605768. OLE color: 8605768.

HSL color Cylindrical-coordinate representation of color #485083: hue angle of 231.86º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485083 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 80 131 -
CMYK 0.45 0.39 0 0.49
HSL 231.86º 0.29% 0.4% -
HSV(B) 231.86º 0.45% 0.51% -
XYZ 9.64 8.75 22.65 -
YUV 83.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 72 80 131 0.45 0.39 0 0.49 231.86 0.29 0.4
Hex 48 50 83 2D 27 0 31 E8 1D 28
Octal 110 120 203 55 47 0 61 350 35 50
Binary 1001000 1010000 10000011 101101 100111 0 110001 11101000 11101 101000

Color Harmonies of #485083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485083

Black with #485083

Text Example


Text Example

White with #485083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485083; }

 p { color: rgb(72,80,131); }

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

background-color css

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

 a { background-color: rgb(72,80,131); }

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

border-color css

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

 span { border-color: rgb(72,80,131); }

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