Html Css Color HEX #4E537C Astronaut

📋 copy color: '#4E537C'

red 78 ◦ green 83 ◦ blue 124

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

Shades of Astronaut #4E537C

Tints of Astronaut #4E537C

RGB

 RED value IS 78 (30.86% from 255) = 27.37%

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

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

R = 27.37%
G = 29.12%
B = 43.51%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E537C (or 0x4E537C) is known color: Astronaut. HEX triplet: 4E, 53 and 7C. RGB value is (78,83,124). Sum of RGB (Red+Green+Blue) = 78+83+124=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E537C is #B1AC83. Grayscale: #565656. Windows color (decimal): -11644036 or 8147790. OLE color: 8147790.

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

Color convert

RGB 78 83 124 -
CMYK 0.37 0.33 0 0.51
HSL 233.48º 0.23% 0.4% -
HSV(B) 233.48º 0.37% 0.49% -
XYZ 9.87 9.26 20.34 -
YUV 86.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 78 83 124 0.37 0.33 0 0.51 233.48 0.23 0.4
Hex 4E 53 7C 25 21 0 33 E9 17 28
Octal 116 123 174 45 41 0 63 351 27 50
Binary 1001110 1010011 1111100 100101 100001 0 110011 11101001 10111 101000

Color Harmonies of #4E537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E537C

Black with #4E537C

Text Example


Text Example

White with #4E537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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