Html Css Color HEX #496B7D Bismark

📋 copy color: '#496B7D'

red 73 ◦ green 107 ◦ blue 125

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

Shades of Bismark #496B7D

Tints of Bismark #496B7D

RGB

 RED value IS 73 (28.91% from 255) = 23.93%

 GREEN value IS 107 (42.19% from 255) = 35.08%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 23.93%
G = 35.08%
B = 40.98%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#496B7D (or 0x496B7D) is known color: Bismark. HEX triplet: 49, 6B and 7D. RGB value is (73,107,125). Sum of RGB (Red+Green+Blue) = 73+107+125=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 125 - color contains mainly: blue. Hex color #496B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B7D is #B69482. Grayscale: #626262. Windows color (decimal): -11965571 or 8219465. OLE color: 8219465.

HSL color Cylindrical-coordinate representation of color #496B7D: hue angle of 200.77º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496B7D is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 107 125 -
CMYK 0.42 0.14 0 0.51
HSL 200.77º 0.26% 0.39% -
HSV(B) 200.77º 0.42% 0.49% -
XYZ 11.71 13.41 21.37 -
YUV 98.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 73 107 125 0.42 0.14 0 0.51 200.77 0.26 0.39
Hex 49 6B 7D 2A E 0 33 C9 1A 27
Octal 111 153 175 52 16 0 63 311 32 47
Binary 1001001 1101011 1111101 101010 1110 0 110011 11001001 11010 100111

Color Harmonies of #496B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B7D

Black with #496B7D

Text Example


Text Example

White with #496B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B7D; }

 p { color: rgb(73,107,125); }

 H1.HeaderClassName
 {
   color: #496B7D;
 }
 .AnyTagClassName
 {
   color: #496B7D;
 }
</style>

background-color css

<style>
 a { background-color: #496B7D; }

 a { background-color: rgb(73,107,125); }

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

border-color css

<style>
 span { border-color: #496B7D; }

 span { border-color: rgb(73,107,125); }

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