Html Css Color HEX #4C5482 Astronaut

📋 copy color: '#4C5482'

red 76 ◦ green 84 ◦ blue 130

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

Shades of Astronaut #4C5482

Tints of Astronaut #4C5482

RGB

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

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

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

R = 26.21%
G = 28.97%
B = 44.83%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C5482 (or 0x4C5482) is known color: Astronaut. HEX triplet: 4C, 54 and 82. RGB value is (76,84,130). Sum of RGB (Red+Green+Blue) = 76+84+130=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5482 is #B3AB7D. Grayscale: #565656. Windows color (decimal): -11774846 or 8541260. OLE color: 8541260.

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

Color convert

RGB 76 84 130 -
CMYK 0.42 0.35 0 0.49
HSL 231.11º 0.26% 0.4% -
HSV(B) 231.11º 0.42% 0.51% -
XYZ 10.18 9.49 22.41 -
YUV 86.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 76 84 130 0.42 0.35 0 0.49 231.11 0.26 0.4
Hex 4C 54 82 2A 23 0 31 E7 1A 28
Octal 114 124 202 52 43 0 61 347 32 50
Binary 1001100 1010100 10000010 101010 100011 0 110001 11100111 11010 101000

Color Harmonies of #4C5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5482

Black with #4C5482

Text Example


Text Example

White with #4C5482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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