Html Css Color HEX #484E7D Astronaut

📋 copy color: '#484E7D'

red 72 ◦ green 78 ◦ blue 125

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

Shades of Astronaut #484E7D

Tints of Astronaut #484E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.45%

R = 26.18%
G = 28.36%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#484E7D (or 0x484E7D) is known color: Astronaut. HEX triplet: 48, 4E and 7D. RGB value is (72,78,125). Sum of RGB (Red+Green+Blue) = 72+78+125=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #484E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E7D is #B7B182. Grayscale: #515151. Windows color (decimal): -12038531 or 8212040. OLE color: 8212040.

HSL color Cylindrical-coordinate representation of color #484E7D: hue angle of 233.21º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484E7D is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 78 125 -
CMYK 0.42 0.38 0 0.51
HSL 233.21º 0.27% 0.39% -
HSV(B) 233.21º 0.42% 0.49% -
XYZ 9.1 8.31 20.53 -
YUV 81.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 72 78 125 0.42 0.38 0 0.51 233.21 0.27 0.39
Hex 48 4E 7D 2A 26 0 33 E9 1B 27
Octal 110 116 175 52 46 0 63 351 33 47
Binary 1001000 1001110 1111101 101010 100110 0 110011 11101001 11011 100111

Color Harmonies of #484E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E7D

Black with #484E7D

Text Example


Text Example

White with #484E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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