Html Css Color HEX #497078 Bismark

📋 copy color: '#497078'

red 73 ◦ green 112 ◦ blue 120

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

Shades of Bismark #497078

Tints of Bismark #497078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 23.93%
G = 36.72%
B = 39.34%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497078 (or 0x497078) is known color: Bismark. HEX triplet: 49, 70 and 78. RGB value is (73,112,120). Sum of RGB (Red+Green+Blue) = 73+112+120=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #497078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497078 is #B68F87. Grayscale: #656565. Windows color (decimal): -11964296 or 7893065. OLE color: 7893065.

HSL color Cylindrical-coordinate representation of color #497078: hue angle of 190.21º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497078 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 112 120 -
CMYK 0.39 0.07 0 0.53
HSL 190.21º 0.24% 0.38% -
HSV(B) 190.21º 0.39% 0.47% -
XYZ 11.93 14.36 19.91 -
YUV 101.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 73 112 120 0.39 0.07 0 0.53 190.21 0.24 0.38
Hex 49 70 78 27 7 0 35 BE 18 26
Octal 111 160 170 47 7 0 65 276 30 46
Binary 1001001 1110000 1111000 100111 111 0 110101 10111110 11000 100110

Color Harmonies of #497078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497078

Black with #497078

Text Example


Text Example

White with #497078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497078; }

 p { color: rgb(73,112,120); }

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

background-color css

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

 a { background-color: rgb(73,112,120); }

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

border-color css

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

 span { border-color: rgb(73,112,120); }

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