Html Css Color HEX #4C6676 Bismark

📋 copy color: '#4C6676'

red 76 ◦ green 102 ◦ blue 118

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

Shades of Bismark #4C6676

Tints of Bismark #4C6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 25.68%
G = 34.46%
B = 39.86%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C6676 (or 0x4C6676) is known color: Bismark. HEX triplet: 4C, 66 and 76. RGB value is (76,102,118). Sum of RGB (Red+Green+Blue) = 76+102+118=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6676 is #B39989. Grayscale: #5F5F5F. Windows color (decimal): -11770250 or 7759436. OLE color: 7759436.

HSL color Cylindrical-coordinate representation of color #4C6676: hue angle of 202.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C6676 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 102 118 -
CMYK 0.36 0.14 0 0.54
HSL 202.86º 0.22% 0.38% -
HSV(B) 202.86º 0.36% 0.46% -
XYZ 11 12.35 18.94 -
YUV 96.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 76 102 118 0.36 0.14 0 0.54 202.86 0.22 0.38
Hex 4C 66 76 24 E 0 36 CB 16 26
Octal 114 146 166 44 16 0 66 313 26 46
Binary 1001100 1100110 1110110 100100 1110 0 110110 11001011 10110 100110

Color Harmonies of #4C6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6676

Black with #4C6676

Text Example


Text Example

White with #4C6676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,102,118); }

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

background-color css

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

 a { background-color: rgb(76,102,118); }

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

border-color css

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

 span { border-color: rgb(76,102,118); }

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