Html Css Color HEX #4A517C Astronaut

📋 copy color: '#4A517C'

red 74 ◦ green 81 ◦ blue 124

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

Shades of Astronaut #4A517C

Tints of Astronaut #4A517C

RGB

 RED value IS 74 (29.3% from 255) = 26.52%

 GREEN value IS 81 (32.03% from 255) = 29.03%

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

R = 26.52%
G = 29.03%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A517C (or 0x4A517C) is known color: Astronaut. HEX triplet: 4A, 51 and 7C. RGB value is (74,81,124). Sum of RGB (Red+Green+Blue) = 74+81+124=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A517C is #B5AE83. Grayscale: #535353. Windows color (decimal): -11906692 or 8147274. OLE color: 8147274.

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

Color convert

RGB 74 81 124 -
CMYK 0.40 0.35 0 0.51
HSL 231.6º 0.25% 0.39% -
HSV(B) 231.6º 0.4% 0.49% -
XYZ 9.4 8.8 20.27 -
YUV 83.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 74 81 124 0.40 0.35 0 0.51 231.6 0.25 0.39
Hex 4A 51 7C 28 23 0 33 E8 19 27
Octal 112 121 174 50 43 0 63 350 31 47
Binary 1001010 1010001 1111100 101000 100011 0 110011 11101000 11001 100111

Color Harmonies of #4A517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A517C

Black with #4A517C

Text Example


Text Example

White with #4A517C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,81,124); }

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

background-color css

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

 a { background-color: rgb(74,81,124); }

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

border-color css

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

 span { border-color: rgb(74,81,124); }

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