Html Css Color HEX #4F537C Astronaut

📋 copy color: '#4F537C'

red 79 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #4F537C

Tints of Astronaut #4F537C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.36%

R = 27.62%
G = 29.02%
B = 43.36%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F537C (or 0x4F537C) is known color: Astronaut. HEX triplet: 4F, 53 and 7C. RGB value is (79,83,124). Sum of RGB (Red+Green+Blue) = 79+83+124=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F537C is #B0AC83. Grayscale: #565656. Windows color (decimal): -11578500 or 8147791. OLE color: 8147791.

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

Color convert

RGB 79 83 124 -
CMYK 0.36 0.33 0 0.51
HSL 234.67º 0.22% 0.4% -
HSV(B) 234.67º 0.36% 0.49% -
XYZ 9.96 9.3 20.34 -
YUV 86.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 79 83 124 0.36 0.33 0 0.51 234.67 0.22 0.4
Hex 4F 53 7C 24 21 0 33 EB 16 28
Octal 117 123 174 44 41 0 63 353 26 50
Binary 1001111 1010011 1111100 100100 100001 0 110011 11101011 10110 101000

Color Harmonies of #4F537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F537C

Black with #4F537C

Text Example


Text Example

White with #4F537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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