Html Css Color HEX #4F567C Astronaut

📋 copy color: '#4F567C'

red 79 ◦ green 86 ◦ blue 124

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

Shades of Astronaut #4F567C

Tints of Astronaut #4F567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 27.34%
G = 29.76%
B = 42.91%

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

#4F567C (or 0x4F567C) is known color: Astronaut. HEX triplet: 4F, 56 and 7C. RGB value is (79,86,124). Sum of RGB (Red+Green+Blue) = 79+86+124=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F567C is #B0A983. Grayscale: #585858. Windows color (decimal): -11577732 or 8148559. OLE color: 8148559.

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

Color convert

RGB 79 86 124 -
CMYK 0.36 0.31 0 0.51
HSL 230.67º 0.22% 0.4% -
HSV(B) 230.67º 0.36% 0.49% -
XYZ 10.19 9.77 20.42 -
YUV 88.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 79 86 124 0.36 0.31 0 0.51 230.67 0.22 0.4
Hex 4F 56 7C 24 1F 0 33 E7 16 28
Octal 117 126 174 44 37 0 63 347 26 50
Binary 1001111 1010110 1111100 100100 11111 0 110011 11100111 10110 101000

Color Harmonies of #4F567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F567C

Black with #4F567C

Text Example


Text Example

White with #4F567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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