Html Css Color HEX #484F78 Astronaut

📋 copy color: '#484F78'

red 72 ◦ green 79 ◦ blue 120

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

Shades of Astronaut #484F78

Tints of Astronaut #484F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

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

R = 26.57%
G = 29.15%
B = 44.28%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484F78 (or 0x484F78) is known color: Astronaut. HEX triplet: 48, 4F and 78. RGB value is (72,79,120). Sum of RGB (Red+Green+Blue) = 72+79+120=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #484F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F78 is #B7B087. Grayscale: #515151. Windows color (decimal): -12038280 or 7884616. OLE color: 7884616.

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

Color convert

RGB 72 79 120 -
CMYK 0.40 0.34 0 0.53
HSL 231.25º 0.25% 0.38% -
HSV(B) 231.25º 0.4% 0.47% -
XYZ 8.86 8.33 18.91 -
YUV 81.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 72 79 120 0.40 0.34 0 0.53 231.25 0.25 0.38
Hex 48 4F 78 28 22 0 35 E7 19 26
Octal 110 117 170 50 42 0 65 347 31 46
Binary 1001000 1001111 1111000 101000 100010 0 110101 11100111 11001 100110

Color Harmonies of #484F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F78

Black with #484F78

Text Example


Text Example

White with #484F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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