Html Css Color HEX #484D7A Astronaut

📋 copy color: '#484D7A'

red 72 ◦ green 77 ◦ blue 122

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

Shades of Astronaut #484D7A

Tints of Astronaut #484D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 26.57%
G = 28.41%
B = 45.02%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#484D7A (or 0x484D7A) is known color: Astronaut. HEX triplet: 48, 4D and 7A. RGB value is (72,77,122). Sum of RGB (Red+Green+Blue) = 72+77+122=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #484D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D7A is #B7B285. Grayscale: #505050. Windows color (decimal): -12038790 or 8015176. OLE color: 8015176.

HSL color Cylindrical-coordinate representation of color #484D7A: hue angle of 234º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484D7A is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 77 122 -
CMYK 0.41 0.37 0 0.52
HSL 234º 0.26% 0.38% -
HSV(B) 234º 0.41% 0.48% -
XYZ 8.84 8.09 19.51 -
YUV 80.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 72 77 122 0.41 0.37 0 0.52 234 0.26 0.38
Hex 48 4D 7A 29 25 0 34 EA 1A 26
Octal 110 115 172 51 45 0 64 352 32 46
Binary 1001000 1001101 1111010 101001 100101 0 110100 11101010 11010 100110

Color Harmonies of #484D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D7A

Black with #484D7A

Text Example


Text Example

White with #484D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,77,122); }

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

background-color css

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

 a { background-color: rgb(72,77,122); }

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

border-color css

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

 span { border-color: rgb(72,77,122); }

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