Html Css Color HEX #4C557E Astronaut

📋 copy color: '#4C557E'

red 76 ◦ green 85 ◦ blue 126

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

Shades of Astronaut #4C557E

Tints of Astronaut #4C557E

RGB

 RED value IS 76 (30.08% from 255) = 26.48%

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

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 26.48%
G = 29.62%
B = 43.9%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C557E (or 0x4C557E) is known color: Astronaut. HEX triplet: 4C, 55 and 7E. RGB value is (76,85,126). Sum of RGB (Red+Green+Blue) = 76+85+126=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C557E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C557E is #B3AA81. Grayscale: #565656. Windows color (decimal): -11774594 or 8279372. OLE color: 8279372.

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

Color convert

RGB 76 85 126 -
CMYK 0.40 0.33 0 0.51
HSL 229.2º 0.25% 0.4% -
HSV(B) 229.2º 0.4% 0.49% -
XYZ 9.99 9.54 21.05 -
YUV 86.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 76 85 126 0.40 0.33 0 0.51 229.2 0.25 0.4
Hex 4C 55 7E 28 21 0 33 E5 19 28
Octal 114 125 176 50 41 0 63 345 31 50
Binary 1001100 1010101 1111110 101000 100001 0 110011 11100101 11001 101000

Color Harmonies of #4C557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C557E

Black with #4C557E

Text Example


Text Example

White with #4C557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,126); }

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

background-color css

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

 a { background-color: rgb(76,85,126); }

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

border-color css

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

 span { border-color: rgb(76,85,126); }

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