Html Css Color HEX #4C727C Bismark

📋 copy color: '#4C727C'

red 76 ◦ green 114 ◦ blue 124

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

Shades of Bismark #4C727C

Tints of Bismark #4C727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.31%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 24.2%
G = 36.31%
B = 39.49%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C727C (or 0x4C727C) is known color: Bismark. HEX triplet: 4C, 72 and 7C. RGB value is (76,114,124). Sum of RGB (Red+Green+Blue) = 76+114+124=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C727C is #B38D83. Grayscale: #676767. Windows color (decimal): -11767172 or 8155724. OLE color: 8155724.

HSL color Cylindrical-coordinate representation of color #4C727C: hue angle of 192.5º 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 #4C727C is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 114 124 -
CMYK 0.39 0.08 0 0.51
HSL 192.5º 0.24% 0.39% -
HSV(B) 192.5º 0.39% 0.49% -
XYZ 12.64 15.03 21.3 -
YUV 103.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 76 114 124 0.39 0.08 0 0.51 192.5 0.24 0.39
Hex 4C 72 7C 27 8 0 33 C0 18 27
Octal 114 162 174 47 10 0 63 300 30 47
Binary 1001100 1110010 1111100 100111 1000 0 110011 11000000 11000 100111

Color Harmonies of #4C727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C727C

Black with #4C727C

Text Example


Text Example

White with #4C727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,114,124); }

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

background-color css

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

 a { background-color: rgb(76,114,124); }

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

border-color css

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

 span { border-color: rgb(76,114,124); }

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