Html Css Color HEX #4A5278 Astronaut

📋 copy color: '#4A5278'

red 74 ◦ green 82 ◦ blue 120

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

Shades of Astronaut #4A5278

Tints of Astronaut #4A5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 26.81%
G = 29.71%
B = 43.48%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A5278 (or 0x4A5278) is known color: Astronaut. HEX triplet: 4A, 52 and 78. RGB value is (74,82,120). Sum of RGB (Red+Green+Blue) = 74+82+120=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5278 is #B5AD87. Grayscale: #535353. Windows color (decimal): -11906440 or 7885386. OLE color: 7885386.

HSL color Cylindrical-coordinate representation of color #4A5278: hue angle of 229.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5278 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 82 120 -
CMYK 0.38 0.32 0 0.53
HSL 229.57º 0.24% 0.38% -
HSV(B) 229.57º 0.38% 0.47% -
XYZ 9.23 8.85 18.99 -
YUV 83.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 74 82 120 0.38 0.32 0 0.53 229.57 0.24 0.38
Hex 4A 52 78 26 20 0 35 E6 18 26
Octal 112 122 170 46 40 0 65 346 30 46
Binary 1001010 1010010 1111000 100110 100000 0 110101 11100110 11000 100110

Color Harmonies of #4A5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5278

Black with #4A5278

Text Example


Text Example

White with #4A5278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,82,120); }

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

background-color css

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

 a { background-color: rgb(74,82,120); }

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

border-color css

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

 span { border-color: rgb(74,82,120); }

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