Html Css Color HEX #4F6570 Bismark

📋 copy color: '#4F6570'

red 79 ◦ green 101 ◦ blue 112

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

Shades of Bismark #4F6570

Tints of Bismark #4F6570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.36%

R = 27.05%
G = 34.59%
B = 38.36%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F6570 (or 0x4F6570) is known color: Bismark. HEX triplet: 4F, 65 and 70. RGB value is (79,101,112). Sum of RGB (Red+Green+Blue) = 79+101+112=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F6570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6570 is #B09A8F. Grayscale: #5F5F5F. Windows color (decimal): -11573904 or 7365967. OLE color: 7365967.

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

Color convert

RGB 79 101 112 -
CMYK 0.29 0.10 0 0.56
HSL 200º 0.17% 0.37% -
HSV(B) 200º 0.29% 0.44% -
XYZ 10.8 12.14 17.1 -
YUV 95.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 79 101 112 0.29 0.10 0 0.56 200 0.17 0.37
Hex 4F 65 70 1D A 0 38 C8 11 25
Octal 117 145 160 35 12 0 70 310 21 45
Binary 1001111 1100101 1110000 11101 1010 0 111000 11001000 10001 100101

Color Harmonies of #4F6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6570

Black with #4F6570

Text Example


Text Example

White with #4F6570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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