Html Css Color HEX #4F6773 Bismark

📋 copy color: '#4F6773'

red 79 ◦ green 103 ◦ blue 115

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

Shades of Bismark #4F6773

Tints of Bismark #4F6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 26.6%
G = 34.68%
B = 38.72%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F6773 (or 0x4F6773) is known color: Bismark. HEX triplet: 4F, 67 and 73. RGB value is (79,103,115). Sum of RGB (Red+Green+Blue) = 79+103+115=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6773 is #B0988C. Grayscale: #616161. Windows color (decimal): -11573389 or 7563087. OLE color: 7563087.

HSL color Cylindrical-coordinate representation of color #4F6773: hue angle of 200º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6773 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 103 115 -
CMYK 0.31 0.10 0 0.55
HSL 200º 0.19% 0.38% -
HSV(B) 200º 0.31% 0.45% -
XYZ 11.17 12.6 18.06 -
YUV 97.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 79 103 115 0.31 0.10 0 0.55 200 0.19 0.38
Hex 4F 67 73 1F A 0 37 C8 13 26
Octal 117 147 163 37 12 0 67 310 23 46
Binary 1001111 1100111 1110011 11111 1010 0 110111 11001000 10011 100110

Color Harmonies of #4F6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6773

Black with #4F6773

Text Example


Text Example

White with #4F6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,115); }

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

background-color css

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

 a { background-color: rgb(79,103,115); }

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

border-color css

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

 span { border-color: rgb(79,103,115); }

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