Html Css Color HEX #4C547D Astronaut

📋 copy color: '#4C547D'

red 76 ◦ green 84 ◦ blue 125

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

Shades of Astronaut #4C547D

Tints of Astronaut #4C547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 26.67%
G = 29.47%
B = 43.86%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C547D (or 0x4C547D) is known color: Astronaut. HEX triplet: 4C, 54 and 7D. RGB value is (76,84,125). Sum of RGB (Red+Green+Blue) = 76+84+125=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C547D is #B3AB82. Grayscale: #565656. Windows color (decimal): -11774851 or 8213580. OLE color: 8213580.

HSL color Cylindrical-coordinate representation of color #4C547D: hue angle of 230.2º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C547D is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 84 125 -
CMYK 0.39 0.33 0 0.51
HSL 230.2º 0.24% 0.39% -
HSV(B) 230.2º 0.39% 0.49% -
XYZ 9.85 9.36 20.69 -
YUV 86.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 76 84 125 0.39 0.33 0 0.51 230.2 0.24 0.39
Hex 4C 54 7D 27 21 0 33 E6 18 27
Octal 114 124 175 47 41 0 63 346 30 47
Binary 1001100 1010100 1111101 100111 100001 0 110011 11100110 11000 100111

Color Harmonies of #4C547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C547D

Black with #4C547D

Text Example


Text Example

White with #4C547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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