Html Css Color HEX #484F7D Astronaut

📋 copy color: '#484F7D'

red 72 ◦ green 79 ◦ blue 125

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

Shades of Astronaut #484F7D

Tints of Astronaut #484F7D

RGB

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

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

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

R = 26.09%
G = 28.62%
B = 45.29%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#484F7D (or 0x484F7D) is known color: Astronaut. HEX triplet: 48, 4F and 7D. RGB value is (72,79,125). Sum of RGB (Red+Green+Blue) = 72+79+125=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #484F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F7D is #B7B082. Grayscale: #515151. Windows color (decimal): -12038275 or 8212296. OLE color: 8212296.

HSL color Cylindrical-coordinate representation of color #484F7D: hue angle of 232.08º 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 #484F7D is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 79 125 -
CMYK 0.42 0.37 0 0.51
HSL 232.08º 0.27% 0.39% -
HSV(B) 232.08º 0.42% 0.49% -
XYZ 9.17 8.45 20.55 -
YUV 82.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 72 79 125 0.42 0.37 0 0.51 232.08 0.27 0.39
Hex 48 4F 7D 2A 25 0 33 E8 1B 27
Octal 110 117 175 52 45 0 63 350 33 47
Binary 1001000 1001111 1111101 101010 100101 0 110011 11101000 11011 100111

Color Harmonies of #484F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484F7D

Black with #484F7D

Text Example


Text Example

White with #484F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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