Html Css Color HEX #4C677B Bismark

📋 copy color: '#4C677B'

red 76 ◦ green 103 ◦ blue 123

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

Shades of Bismark #4C677B

Tints of Bismark #4C677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 25.17%
G = 34.11%
B = 40.73%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C677B (or 0x4C677B) is known color: Bismark. HEX triplet: 4C, 67 and 7B. RGB value is (76,103,123). Sum of RGB (Red+Green+Blue) = 76+103+123=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C677B is #B39884. Grayscale: #616161. Windows color (decimal): -11769989 or 8087372. OLE color: 8087372.

HSL color Cylindrical-coordinate representation of color #4C677B: hue angle of 205.53º 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 #4C677B is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 103 123 -
CMYK 0.38 0.16 0 0.52
HSL 205.53º 0.24% 0.39% -
HSV(B) 205.53º 0.38% 0.48% -
XYZ 11.41 12.67 20.58 -
YUV 97.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 76 103 123 0.38 0.16 0 0.52 205.53 0.24 0.39
Hex 4C 67 7B 26 10 0 34 CE 18 27
Octal 114 147 173 46 20 0 64 316 30 47
Binary 1001100 1100111 1111011 100110 10000 0 110100 11001110 11000 100111

Color Harmonies of #4C677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C677B

Black with #4C677B

Text Example


Text Example

White with #4C677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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