Html Css Color HEX #4C5282 Astronaut

📋 copy color: '#4C5282'

red 76 ◦ green 82 ◦ blue 130

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

Shades of Astronaut #4C5282

Tints of Astronaut #4C5282

RGB

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

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

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

R = 26.39%
G = 28.47%
B = 45.14%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C5282 (or 0x4C5282) is known color: Astronaut. HEX triplet: 4C, 52 and 82. RGB value is (76,82,130). Sum of RGB (Red+Green+Blue) = 76+82+130=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5282 is #B3AD7D. Grayscale: #555555. Windows color (decimal): -11775358 or 8540748. OLE color: 8540748.

HSL color Cylindrical-coordinate representation of color #4C5282: hue angle of 233.33º 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 #4C5282 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 82 130 -
CMYK 0.42 0.37 0 0.49
HSL 233.33º 0.26% 0.4% -
HSV(B) 233.33º 0.42% 0.51% -
XYZ 10.03 9.18 22.36 -
YUV 85.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 76 82 130 0.42 0.37 0 0.49 233.33 0.26 0.4
Hex 4C 52 82 2A 25 0 31 E9 1A 28
Octal 114 122 202 52 45 0 61 351 32 50
Binary 1001100 1010010 10000010 101010 100101 0 110001 11101001 11010 101000

Color Harmonies of #4C5282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5282

Black with #4C5282

Text Example


Text Example

White with #4C5282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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