Html Css Color HEX #4F707C Bismark

📋 copy color: '#4F707C'

red 79 ◦ green 112 ◦ blue 124

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

Shades of Bismark #4F707C

Tints of Bismark #4F707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 25.08%
G = 35.56%
B = 39.37%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F707C (or 0x4F707C) is known color: Bismark. HEX triplet: 4F, 70 and 7C. RGB value is (79,112,124). Sum of RGB (Red+Green+Blue) = 79+112+124=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F707C is #B08F83. Grayscale: #676767. Windows color (decimal): -11571076 or 8155215. OLE color: 8155215.

HSL color Cylindrical-coordinate representation of color #4F707C: hue angle of 196º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F707C is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 112 124 -
CMYK 0.36 0.10 0 0.51
HSL 196º 0.22% 0.4% -
HSV(B) 196º 0.36% 0.49% -
XYZ 12.66 14.71 21.24 -
YUV 103.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 79 112 124 0.36 0.10 0 0.51 196 0.22 0.4
Hex 4F 70 7C 24 A 0 33 C4 16 28
Octal 117 160 174 44 12 0 63 304 26 50
Binary 1001111 1110000 1111100 100100 1010 0 110011 11000100 10110 101000

Color Harmonies of #4F707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F707C

Black with #4F707C

Text Example


Text Example

White with #4F707C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,124); }

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

background-color css

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

 a { background-color: rgb(79,112,124); }

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

border-color css

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

 span { border-color: rgb(79,112,124); }

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