Html Css Color HEX #4C5384 Astronaut

📋 copy color: '#4C5384'

red 76 ◦ green 83 ◦ blue 132

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

Shades of Astronaut #4C5384

Tints of Astronaut #4C5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.52%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 26.12%
G = 28.52%
B = 45.36%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C5384 (or 0x4C5384) is known color: Astronaut. HEX triplet: 4C, 53 and 84. RGB value is (76,83,132). Sum of RGB (Red+Green+Blue) = 76+83+132=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5384 is #B3AC7B. Grayscale: #565656. Windows color (decimal): -11775100 or 8672076. OLE color: 8672076.

HSL color Cylindrical-coordinate representation of color #4C5384: hue angle of 232.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C5384 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 83 132 -
CMYK 0.42 0.37 0 0.48
HSL 232.5º 0.27% 0.41% -
HSV(B) 232.5º 0.42% 0.52% -
XYZ 10.24 9.39 23.1 -
YUV 86.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 76 83 132 0.42 0.37 0 0.48 232.5 0.27 0.41
Hex 4C 53 84 2A 25 0 30 E8 1B 29
Octal 114 123 204 52 45 0 60 350 33 51
Binary 1001100 1010011 10000100 101010 100101 0 110000 11101000 11011 101001

Color Harmonies of #4C5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5384

Black with #4C5384

Text Example


Text Example

White with #4C5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,132); }

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

background-color css

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

 a { background-color: rgb(76,83,132); }

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

border-color css

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

 span { border-color: rgb(76,83,132); }

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