Html Css Color HEX #4F697B Bismark

📋 copy color: '#4F697B'

red 79 ◦ green 105 ◦ blue 123

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

Shades of Bismark #4F697B

Tints of Bismark #4F697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 25.73%
G = 34.2%
B = 40.07%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F697B (or 0x4F697B) is known color: Bismark. HEX triplet: 4F, 69 and 7B. RGB value is (79,105,123). Sum of RGB (Red+Green+Blue) = 79+105+123=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F697B is #B09684. Grayscale: #636363. Windows color (decimal): -11572869 or 8087887. OLE color: 8087887.

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

Color convert

RGB 79 105 123 -
CMYK 0.36 0.15 0 0.52
HSL 204.55º 0.22% 0.4% -
HSV(B) 204.55º 0.36% 0.48% -
XYZ 11.85 13.2 20.66 -
YUV 99.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 79 105 123 0.36 0.15 0 0.52 204.55 0.22 0.4
Hex 4F 69 7B 24 F 0 34 CD 16 28
Octal 117 151 173 44 17 0 64 315 26 50
Binary 1001111 1101001 1111011 100100 1111 0 110100 11001101 10110 101000

Color Harmonies of #4F697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F697B

Black with #4F697B

Text Example


Text Example

White with #4F697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,123); }

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

background-color css

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

 a { background-color: rgb(79,105,123); }

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

border-color css

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

 span { border-color: rgb(79,105,123); }

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