Html Css Color HEX #47687B Bismark

📋 copy color: '#47687B'

red 71 ◦ green 104 ◦ blue 123

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

Shades of Bismark #47687B

Tints of Bismark #47687B

RGB

 RED value IS 71 (28.13% from 255) = 23.83%

 GREEN value IS 104 (41.02% from 255) = 34.9%

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

R = 23.83%
G = 34.9%
B = 41.28%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47687B (or 0x47687B) is known color: Bismark. HEX triplet: 47, 68 and 7B. RGB value is (71,104,123). Sum of RGB (Red+Green+Blue) = 71+104+123=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #47687B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47687B is #B89784. Grayscale: #606060. Windows color (decimal): -12097413 or 8087623. OLE color: 8087623.

HSL color Cylindrical-coordinate representation of color #47687B: hue angle of 201.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47687B is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 104 123 -
CMYK 0.42 0.15 0 0.52
HSL 201.92º 0.27% 0.38% -
HSV(B) 201.92º 0.42% 0.48% -
XYZ 11.12 12.67 20.6 -
YUV 96.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 71 104 123 0.42 0.15 0 0.52 201.92 0.27 0.38
Hex 47 68 7B 2A F 0 34 CA 1B 26
Octal 107 150 173 52 17 0 64 312 33 46
Binary 1000111 1101000 1111011 101010 1111 0 110100 11001010 11011 100110

Color Harmonies of #47687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47687B

Black with #47687B

Text Example


Text Example

White with #47687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47687B; }

 p { color: rgb(71,104,123); }

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

background-color css

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

 a { background-color: rgb(71,104,123); }

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

border-color css

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

 span { border-color: rgb(71,104,123); }

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