Html Css Color HEX #4C747F Bismark

📋 copy color: '#4C747F'

red 76 ◦ green 116 ◦ blue 127

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

Shades of Bismark #4C747F

Tints of Bismark #4C747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 23.82%
G = 36.36%
B = 39.81%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C747F (or 0x4C747F) is known color: Bismark. HEX triplet: 4C, 74 and 7F. RGB value is (76,116,127). Sum of RGB (Red+Green+Blue) = 76+116+127=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C747F is #B38B80. Grayscale: #696969. Windows color (decimal): -11766657 or 8352844. OLE color: 8352844.

HSL color Cylindrical-coordinate representation of color #4C747F: hue angle of 192.94º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C747F is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 116 127 -
CMYK 0.40 0.09 0 0.50
HSL 192.94º 0.25% 0.4% -
HSV(B) 192.94º 0.4% 0.5% -
XYZ 13.06 15.56 22.39 -
YUV 105.29 140.25 107.11 -
System Red Green Blue C M Y K H S L
Decimal 76 116 127 0.40 0.09 0 0.50 192.94 0.25 0.4
Hex 4C 74 7F 28 9 0 32 C1 19 28
Octal 114 164 177 50 11 0 62 301 31 50
Binary 1001100 1110100 1111111 101000 1001 0 110010 11000001 11001 101000

Color Harmonies of #4C747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C747F

Black with #4C747F

Text Example


Text Example

White with #4C747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,127); }

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

background-color css

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

 a { background-color: rgb(76,116,127); }

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

border-color css

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

 span { border-color: rgb(76,116,127); }

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