Html Css Color HEX #4C6C78 Bismark

📋 copy color: '#4C6C78'

red 76 ◦ green 108 ◦ blue 120

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

Shades of Bismark #4C6C78

Tints of Bismark #4C6C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 25%
G = 35.53%
B = 39.47%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C6C78 (or 0x4C6C78) is known color: Bismark. HEX triplet: 4C, 6C and 78. RGB value is (76,108,120). Sum of RGB (Red+Green+Blue) = 76+108+120=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C6C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6C78 is #B39387. Grayscale: #636363. Windows color (decimal): -11768712 or 7892044. OLE color: 7892044.

HSL color Cylindrical-coordinate representation of color #4C6C78: hue angle of 196.36º 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 #4C6C78 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 108 120 -
CMYK 0.37 0.10 0 0.53
HSL 196.36º 0.22% 0.38% -
HSV(B) 196.36º 0.37% 0.47% -
XYZ 11.73 13.62 19.78 -
YUV 99.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 76 108 120 0.37 0.10 0 0.53 196.36 0.22 0.38
Hex 4C 6C 78 25 A 0 35 C4 16 26
Octal 114 154 170 45 12 0 65 304 26 46
Binary 1001100 1101100 1111000 100101 1010 0 110101 11000100 10110 100110

Color Harmonies of #4C6C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6C78

Black with #4C6C78

Text Example


Text Example

White with #4C6C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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