Html Css Color HEX #4E5482 Astronaut

📋 copy color: '#4E5482'

red 78 ◦ green 84 ◦ blue 130

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

Shades of Astronaut #4E5482

Tints of Astronaut #4E5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 130 (51.17% from 255) = 44.52%

R = 26.71%
G = 28.77%
B = 44.52%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E5482 (or 0x4E5482) is known color: Astronaut. HEX triplet: 4E, 54 and 82. RGB value is (78,84,130). Sum of RGB (Red+Green+Blue) = 78+84+130=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E5482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5482 is #B1AB7D. Grayscale: #575757. Windows color (decimal): -11643774 or 8541262. OLE color: 8541262.

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

Color convert

RGB 78 84 130 -
CMYK 0.40 0.35 0 0.49
HSL 233.08º 0.25% 0.41% -
HSV(B) 233.08º 0.4% 0.51% -
XYZ 10.34 9.57 22.42 -
YUV 87.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 78 84 130 0.40 0.35 0 0.49 233.08 0.25 0.41
Hex 4E 54 82 28 23 0 31 E9 19 29
Octal 116 124 202 50 43 0 61 351 31 51
Binary 1001110 1010100 10000010 101000 100011 0 110001 11101001 11001 101001

Color Harmonies of #4E5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5482

Black with #4E5482

Text Example


Text Example

White with #4E5482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,130); }

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

background-color css

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

 a { background-color: rgb(78,84,130); }

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

border-color css

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

 span { border-color: rgb(78,84,130); }

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