Html Css Color HEX #4F557C Astronaut

📋 copy color: '#4F557C'

red 79 ◦ green 85 ◦ blue 124

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

Shades of Astronaut #4F557C

Tints of Astronaut #4F557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 27.43%
G = 29.51%
B = 43.06%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F557C (or 0x4F557C) is known color: Astronaut. HEX triplet: 4F, 55 and 7C. RGB value is (79,85,124). Sum of RGB (Red+Green+Blue) = 79+85+124=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F557C is #B0AA83. Grayscale: #575757. Windows color (decimal): -11577988 or 8148303. OLE color: 8148303.

HSL color Cylindrical-coordinate representation of color #4F557C: hue angle of 232º 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 #4F557C is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 85 124 -
CMYK 0.36 0.31 0 0.51
HSL 232º 0.22% 0.4% -
HSV(B) 232º 0.36% 0.49% -
XYZ 10.11 9.61 20.39 -
YUV 87.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 79 85 124 0.36 0.31 0 0.51 232 0.22 0.4
Hex 4F 55 7C 24 1F 0 33 E8 16 28
Octal 117 125 174 44 37 0 63 350 26 50
Binary 1001111 1010101 1111100 100100 11111 0 110011 11101000 10110 101000

Color Harmonies of #4F557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F557C

Black with #4F557C

Text Example


Text Example

White with #4F557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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