Html Css Color HEX #484E77 Astronaut

📋 copy color: '#484E77'

red 72 ◦ green 78 ◦ blue 119

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

Shades of Astronaut #484E77

Tints of Astronaut #484E77

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 26.77%
G = 29%
B = 44.24%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484E77 (or 0x484E77) is known color: Astronaut. HEX triplet: 48, 4E and 77. RGB value is (72,78,119). Sum of RGB (Red+Green+Blue) = 72+78+119=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #484E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E77 is #B7B188. Grayscale: #505050. Windows color (decimal): -12038537 or 7818824. OLE color: 7818824.

HSL color Cylindrical-coordinate representation of color #484E77: hue angle of 232.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484E77 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 78 119 -
CMYK 0.39 0.34 0 0.53
HSL 232.34º 0.25% 0.37% -
HSV(B) 232.34º 0.39% 0.47% -
XYZ 8.73 8.16 18.57 -
YUV 80.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 72 78 119 0.39 0.34 0 0.53 232.34 0.25 0.37
Hex 48 4E 77 27 22 0 35 E8 19 25
Octal 110 116 167 47 42 0 65 350 31 45
Binary 1001000 1001110 1110111 100111 100010 0 110101 11101000 11001 100101

Color Harmonies of #484E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E77

Black with #484E77

Text Example


Text Example

White with #484E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484E77; }

 p { color: rgb(72,78,119); }

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

background-color css

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

 a { background-color: rgb(72,78,119); }

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

border-color css

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

 span { border-color: rgb(72,78,119); }

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