Html Css Color HEX #4C6271 Bismark

📋 copy color: '#4C6271'

red 76 ◦ green 98 ◦ blue 113

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

Shades of Bismark #4C6271

Tints of Bismark #4C6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 26.48%
G = 34.15%
B = 39.37%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C6271 (or 0x4C6271) is known color: Bismark. HEX triplet: 4C, 62 and 71. RGB value is (76,98,113). Sum of RGB (Red+Green+Blue) = 76+98+113=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6271 is #B39D8E. Grayscale: #5D5D5D. Windows color (decimal): -11771279 or 7430732. OLE color: 7430732.

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

Color convert

RGB 76 98 113 -
CMYK 0.33 0.13 0 0.56
HSL 204.32º 0.2% 0.37% -
HSV(B) 204.32º 0.33% 0.44% -
XYZ 10.33 11.46 17.29 -
YUV 93.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 76 98 113 0.33 0.13 0 0.56 204.32 0.2 0.37
Hex 4C 62 71 21 D 0 38 CC 14 25
Octal 114 142 161 41 15 0 70 314 24 45
Binary 1001100 1100010 1110001 100001 1101 0 111000 11001100 10100 100101

Color Harmonies of #4C6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6271

Black with #4C6271

Text Example


Text Example

White with #4C6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,98,113); }

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

background-color css

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

 a { background-color: rgb(76,98,113); }

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

border-color css

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

 span { border-color: rgb(76,98,113); }

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