Html Css Color HEX #4C6578 Bismark

📋 copy color: '#4C6578'

red 76 ◦ green 101 ◦ blue 120

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

Shades of Bismark #4C6578

Tints of Bismark #4C6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 25.59%
G = 34.01%
B = 40.4%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C6578 (or 0x4C6578) is known color: Bismark. HEX triplet: 4C, 65 and 78. RGB value is (76,101,120). Sum of RGB (Red+Green+Blue) = 76+101+120=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C6578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6578 is #B39A87. Grayscale: #5F5F5F. Windows color (decimal): -11770504 or 7890252. OLE color: 7890252.

HSL color Cylindrical-coordinate representation of color #4C6578: hue angle of 205.91º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C6578 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 101 120 -
CMYK 0.37 0.16 0 0.53
HSL 205.91º 0.22% 0.38% -
HSV(B) 205.91º 0.37% 0.47% -
XYZ 11.02 12.2 19.54 -
YUV 95.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 76 101 120 0.37 0.16 0 0.53 205.91 0.22 0.38
Hex 4C 65 78 25 10 0 35 CE 16 26
Octal 114 145 170 45 20 0 65 316 26 46
Binary 1001100 1100101 1111000 100101 10000 0 110101 11001110 10110 100110

Color Harmonies of #4C6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6578

Black with #4C6578

Text Example


Text Example

White with #4C6578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,120); }

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

background-color css

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

 a { background-color: rgb(76,101,120); }

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

border-color css

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

 span { border-color: rgb(76,101,120); }

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