Html Css Color HEX #4A4F76 Astronaut

📋 copy color: '#4A4F76'

red 74 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #4A4F76

Tints of Astronaut #4A4F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 27.31%
G = 29.15%
B = 43.54%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A4F76 (or 0x4A4F76) is known color: Astronaut. HEX triplet: 4A, 4F and 76. RGB value is (74,79,118). Sum of RGB (Red+Green+Blue) = 74+79+118=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A4F76 is #B5B089. Grayscale: #515151. Windows color (decimal): -11907210 or 7753546. OLE color: 7753546.

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

Color convert

RGB 74 79 118 -
CMYK 0.37 0.33 0 0.54
HSL 233.18º 0.23% 0.38% -
HSV(B) 233.18º 0.37% 0.46% -
XYZ 8.89 8.36 18.28 -
YUV 81.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 74 79 118 0.37 0.33 0 0.54 233.18 0.23 0.38
Hex 4A 4F 76 25 21 0 36 E9 17 26
Octal 112 117 166 45 41 0 66 351 27 46
Binary 1001010 1001111 1110110 100101 100001 0 110110 11101001 10111 100110

Color Harmonies of #4A4F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4F76

Black with #4A4F76

Text Example


Text Example

White with #4A4F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,79,118); }

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

background-color css

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

 a { background-color: rgb(74,79,118); }

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

border-color css

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

 span { border-color: rgb(74,79,118); }

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