Html Css Color HEX #485378 Astronaut

📋 copy color: '#485378'

red 72 ◦ green 83 ◦ blue 120

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

Shades of Astronaut #485378

Tints of Astronaut #485378

RGB

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

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

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

R = 26.18%
G = 30.18%
B = 43.64%

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

#485378 (or 0x485378) is known color: Astronaut. HEX triplet: 48, 53 and 78. RGB value is (72,83,120). Sum of RGB (Red+Green+Blue) = 72+83+120=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #485378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485378 is #B7AC87. Grayscale: #535353. Windows color (decimal): -12037256 or 7885640. OLE color: 7885640.

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

Color convert

RGB 72 83 120 -
CMYK 0.40 0.31 0 0.53
HSL 226.25º 0.25% 0.38% -
HSV(B) 226.25º 0.4% 0.47% -
XYZ 9.16 8.92 19.01 -
YUV 83.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 72 83 120 0.40 0.31 0 0.53 226.25 0.25 0.38
Hex 48 53 78 28 1F 0 35 E2 19 26
Octal 110 123 170 50 37 0 65 342 31 46
Binary 1001000 1010011 1111000 101000 11111 0 110101 11100010 11001 100110

Color Harmonies of #485378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485378

Black with #485378

Text Example


Text Example

White with #485378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485378; }

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

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

background-color css

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

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

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

border-color css

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

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

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