Html Css Color HEX #4D547B Astronaut

📋 copy color: '#4D547B'

red 77 ◦ green 84 ◦ blue 123

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

Shades of Astronaut #4D547B

Tints of Astronaut #4D547B

RGB

 RED value IS 77 (30.47% from 255) = 27.11%

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 27.11%
G = 29.58%
B = 43.31%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D547B (or 0x4D547B) is known color: Astronaut. HEX triplet: 4D, 54 and 7B. RGB value is (77,84,123). Sum of RGB (Red+Green+Blue) = 77+84+123=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D547B is #B2AB84. Grayscale: #565656. Windows color (decimal): -11709317 or 8082509. OLE color: 8082509.

HSL color Cylindrical-coordinate representation of color #4D547B: hue angle of 230.87º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D547B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 84 123 -
CMYK 0.37 0.32 0 0.52
HSL 230.87º 0.23% 0.39% -
HSV(B) 230.87º 0.37% 0.48% -
XYZ 9.81 9.35 20.03 -
YUV 86.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 77 84 123 0.37 0.32 0 0.52 230.87 0.23 0.39
Hex 4D 54 7B 25 20 0 34 E7 17 27
Octal 115 124 173 45 40 0 64 347 27 47
Binary 1001101 1010100 1111011 100101 100000 0 110100 11100111 10111 100111

Color Harmonies of #4D547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D547B

Black with #4D547B

Text Example


Text Example

White with #4D547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,123); }

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

background-color css

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

 a { background-color: rgb(77,84,123); }

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

border-color css

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

 span { border-color: rgb(77,84,123); }

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