Html Css Color HEX #4F537E Astronaut

📋 copy color: '#4F537E'

red 79 ◦ green 83 ◦ blue 126

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

Shades of Astronaut #4F537E

Tints of Astronaut #4F537E

RGB

 RED value IS 79 (31.25% from 255) = 27.43%

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 27.43%
G = 28.82%
B = 43.75%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F537E (or 0x4F537E) is known color: Astronaut. HEX triplet: 4F, 53 and 7E. RGB value is (79,83,126). Sum of RGB (Red+Green+Blue) = 79+83+126=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F537E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F537E is #B0AC81. Grayscale: #565656. Windows color (decimal): -11578498 or 8278863. OLE color: 8278863.

HSL color Cylindrical-coordinate representation of color #4F537E: hue angle of 234.89º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F537E is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 83 126 -
CMYK 0.37 0.34 0 0.51
HSL 234.89º 0.23% 0.4% -
HSV(B) 234.89º 0.37% 0.49% -
XYZ 10.08 9.36 21.01 -
YUV 86.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 79 83 126 0.37 0.34 0 0.51 234.89 0.23 0.4
Hex 4F 53 7E 25 22 0 33 EB 17 28
Octal 117 123 176 45 42 0 63 353 27 50
Binary 1001111 1010011 1111110 100101 100010 0 110011 11101011 10111 101000

Color Harmonies of #4F537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F537E

Black with #4F537E

Text Example


Text Example

White with #4F537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F537E; }

 p { color: rgb(79,83,126); }

 H1.HeaderClassName
 {
   color: #4F537E;
 }
 .AnyTagClassName
 {
   color: #4F537E;
 }
</style>

background-color css

<style>
 a { background-color: #4F537E; }

 a { background-color: rgb(79,83,126); }

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

border-color css

<style>
 span { border-color: #4F537E; }

 span { border-color: rgb(79,83,126); }

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