Html Css Color HEX #4C537B Astronaut

📋 copy color: '#4C537B'

red 76 ◦ green 83 ◦ blue 123

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

Shades of Astronaut #4C537B

Tints of Astronaut #4C537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 26.95%
G = 29.43%
B = 43.62%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C537B (or 0x4C537B) is known color: Astronaut. HEX triplet: 4C, 53 and 7B. RGB value is (76,83,123). Sum of RGB (Red+Green+Blue) = 76+83+123=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C537B is #B3AC84. Grayscale: #555555. Windows color (decimal): -11775109 or 8082252. OLE color: 8082252.

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

Color convert

RGB 76 83 123 -
CMYK 0.38 0.33 0 0.52
HSL 231.06º 0.24% 0.39% -
HSV(B) 231.06º 0.38% 0.48% -
XYZ 9.65 9.15 20 -
YUV 85.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 76 83 123 0.38 0.33 0 0.52 231.06 0.24 0.39
Hex 4C 53 7B 26 21 0 34 E7 18 27
Octal 114 123 173 46 41 0 64 347 30 47
Binary 1001100 1010011 1111011 100110 100001 0 110100 11100111 11000 100111

Color Harmonies of #4C537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C537B

Black with #4C537B

Text Example


Text Example

White with #4C537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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