Html Css Color HEX #4F6D75 Bismark

📋 copy color: '#4F6D75'

red 79 ◦ green 109 ◦ blue 117

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

Shades of Bismark #4F6D75

Tints of Bismark #4F6D75

RGB

 RED value IS 79 (31.25% from 255) = 25.9%

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 25.9%
G = 35.74%
B = 38.36%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F6D75 (or 0x4F6D75) is known color: Bismark. HEX triplet: 4F, 6D and 75. RGB value is (79,109,117). Sum of RGB (Red+Green+Blue) = 79+109+117=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F6D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6D75 is #B0928A. Grayscale: #646464. Windows color (decimal): -11571851 or 7695695. OLE color: 7695695.

HSL color Cylindrical-coordinate representation of color #4F6D75: hue angle of 192.63º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F6D75 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 109 117 -
CMYK 0.32 0.07 0 0.54
HSL 192.63º 0.19% 0.38% -
HSV(B) 192.63º 0.32% 0.46% -
XYZ 11.9 13.88 18.88 -
YUV 100.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 79 109 117 0.32 0.07 0 0.54 192.63 0.19 0.38
Hex 4F 6D 75 20 7 0 36 C1 13 26
Octal 117 155 165 40 7 0 66 301 23 46
Binary 1001111 1101101 1110101 100000 111 0 110110 11000001 10011 100110

Color Harmonies of #4F6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6D75

Black with #4F6D75

Text Example


Text Example

White with #4F6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,109,117); }

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

background-color css

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

 a { background-color: rgb(79,109,117); }

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

border-color css

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

 span { border-color: rgb(79,109,117); }

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