Html Css Color HEX #485375 Astronaut

📋 copy color: '#485375'

red 72 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #485375

Tints of Astronaut #485375

RGB

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

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

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

R = 26.47%
G = 30.51%
B = 43.01%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#485375 (or 0x485375) is known color: Astronaut. HEX triplet: 48, 53 and 75. RGB value is (72,83,117). Sum of RGB (Red+Green+Blue) = 72+83+117=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #485375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485375 is #B7AC8A. Grayscale: #535353. Windows color (decimal): -12037259 or 7689032. OLE color: 7689032.

HSL color Cylindrical-coordinate representation of color #485375: hue angle of 225.33º 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 #485375 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 83 117 -
CMYK 0.38 0.29 0 0.54
HSL 225.33º 0.24% 0.37% -
HSV(B) 225.33º 0.38% 0.46% -
XYZ 8.98 8.85 18.06 -
YUV 83.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 72 83 117 0.38 0.29 0 0.54 225.33 0.24 0.37
Hex 48 53 75 26 1D 0 36 E1 18 25
Octal 110 123 165 46 35 0 66 341 30 45
Binary 1001000 1010011 1110101 100110 11101 0 110110 11100001 11000 100101

Color Harmonies of #485375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485375

Black with #485375

Text Example


Text Example

White with #485375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485375; }

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

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

background-color css

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

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

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

border-color css

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

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

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