Html Css Color HEX #485274 Astronaut

📋 copy color: '#485274'

red 72 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #485274

Tints of Astronaut #485274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 26.67%
G = 30.37%
B = 42.96%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#485274 (or 0x485274) is known color: Astronaut. HEX triplet: 48, 52 and 74. RGB value is (72,82,116). Sum of RGB (Red+Green+Blue) = 72+82+116=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #485274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485274 is #B7AD8B. Grayscale: #525252. Windows color (decimal): -12037516 or 7623240. OLE color: 7623240.

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

Color convert

RGB 72 82 116 -
CMYK 0.38 0.29 0 0.55
HSL 226.36º 0.23% 0.37% -
HSV(B) 226.36º 0.38% 0.45% -
XYZ 8.84 8.67 17.73 -
YUV 82.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 72 82 116 0.38 0.29 0 0.55 226.36 0.23 0.37
Hex 48 52 74 26 1D 0 37 E2 17 25
Octal 110 122 164 46 35 0 67 342 27 45
Binary 1001000 1010010 1110100 100110 11101 0 110111 11100010 10111 100101

Color Harmonies of #485274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485274

Black with #485274

Text Example


Text Example

White with #485274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485274; }

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

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

background-color css

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

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

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

border-color css

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

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

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