Html Css Color HEX #4F557B Astronaut

📋 copy color: '#4F557B'

red 79 ◦ green 85 ◦ blue 123

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

Shades of Astronaut #4F557B

Tints of Astronaut #4F557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 27.53%
G = 29.62%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F557B (or 0x4F557B) is known color: Astronaut. HEX triplet: 4F, 55 and 7B. RGB value is (79,85,123). Sum of RGB (Red+Green+Blue) = 79+85+123=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F557B is #B0AA84. Grayscale: #575757. Windows color (decimal): -11577989 or 8082767. OLE color: 8082767.

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

Color convert

RGB 79 85 123 -
CMYK 0.36 0.31 0 0.52
HSL 231.82º 0.22% 0.4% -
HSV(B) 231.82º 0.36% 0.48% -
XYZ 10.05 9.59 20.06 -
YUV 87.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 79 85 123 0.36 0.31 0 0.52 231.82 0.22 0.4
Hex 4F 55 7B 24 1F 0 34 E8 16 28
Octal 117 125 173 44 37 0 64 350 26 50
Binary 1001111 1010101 1111011 100100 11111 0 110100 11101000 10110 101000

Color Harmonies of #4F557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F557B

Black with #4F557B

Text Example


Text Example

White with #4F557B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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