Html Css Color HEX #4C757E Bismark

📋 copy color: '#4C757E'

red 76 ◦ green 117 ◦ blue 126

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

Shades of Bismark #4C757E

Tints of Bismark #4C757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 23.82%
G = 36.68%
B = 39.5%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C757E (or 0x4C757E) is known color: Bismark. HEX triplet: 4C, 75 and 7E. RGB value is (76,117,126). Sum of RGB (Red+Green+Blue) = 76+117+126=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C757E is #B38A81. Grayscale: #696969. Windows color (decimal): -11766402 or 8287564. OLE color: 8287564.

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

Color convert

RGB 76 117 126 -
CMYK 0.40 0.07 0 0.51
HSL 190.8º 0.25% 0.4% -
HSV(B) 190.8º 0.4% 0.49% -
XYZ 13.11 15.77 22.09 -
YUV 105.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 76 117 126 0.40 0.07 0 0.51 190.8 0.25 0.4
Hex 4C 75 7E 28 7 0 33 BF 19 28
Octal 114 165 176 50 7 0 63 277 31 50
Binary 1001100 1110101 1111110 101000 111 0 110011 10111111 11001 101000

Color Harmonies of #4C757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C757E

Black with #4C757E

Text Example


Text Example

White with #4C757E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,117,126); }

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

background-color css

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

 a { background-color: rgb(76,117,126); }

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

border-color css

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

 span { border-color: rgb(76,117,126); }

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