Html Css Color HEX #4C6472 Bismark

📋 copy color: '#4C6472'

red 76 ◦ green 100 ◦ blue 114

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

Shades of Bismark #4C6472

Tints of Bismark #4C6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 26.21%
G = 34.48%
B = 39.31%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C6472 (or 0x4C6472) is known color: Bismark. HEX triplet: 4C, 64 and 72. RGB value is (76,100,114). Sum of RGB (Red+Green+Blue) = 76+100+114=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C6472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6472 is #B39B8D. Grayscale: #5E5E5E. Windows color (decimal): -11770766 or 7496780. OLE color: 7496780.

HSL color Cylindrical-coordinate representation of color #4C6472: hue angle of 202.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C6472 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 100 114 -
CMYK 0.33 0.12 0 0.55
HSL 202.11º 0.2% 0.37% -
HSV(B) 202.11º 0.33% 0.45% -
XYZ 10.57 11.87 17.65 -
YUV 94.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 76 100 114 0.33 0.12 0 0.55 202.11 0.2 0.37
Hex 4C 64 72 21 C 0 37 CA 14 25
Octal 114 144 162 41 14 0 67 312 24 45
Binary 1001100 1100100 1110010 100001 1100 0 110111 11001010 10100 100101

Color Harmonies of #4C6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6472

Black with #4C6472

Text Example


Text Example

White with #4C6472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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