Html Css Color HEX #476E7C Bismark

📋 copy color: '#476E7C'

red 71 ◦ green 110 ◦ blue 124

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

Shades of Bismark #476E7C

Tints of Bismark #476E7C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 23.28%
G = 36.07%
B = 40.66%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#476E7C (or 0x476E7C) is known color: Bismark. HEX triplet: 47, 6E and 7C. RGB value is (71,110,124). Sum of RGB (Red+Green+Blue) = 71+110+124=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #476E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E7C is #B89183. Grayscale: #636363. Windows color (decimal): -12095876 or 8154695. OLE color: 8154695.

HSL color Cylindrical-coordinate representation of color #476E7C: hue angle of 195.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476E7C is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 110 124 -
CMYK 0.43 0.11 0 0.51
HSL 195.85º 0.27% 0.38% -
HSV(B) 195.85º 0.43% 0.49% -
XYZ 11.81 13.95 21.14 -
YUV 99.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 71 110 124 0.43 0.11 0 0.51 195.85 0.27 0.38
Hex 47 6E 7C 2B B 0 33 C4 1B 26
Octal 107 156 174 53 13 0 63 304 33 46
Binary 1000111 1101110 1111100 101011 1011 0 110011 11000100 11011 100110

Color Harmonies of #476E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E7C

Black with #476E7C

Text Example


Text Example

White with #476E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476E7C; }

 p { color: rgb(71,110,124); }

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

background-color css

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

 a { background-color: rgb(71,110,124); }

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

border-color css

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

 span { border-color: rgb(71,110,124); }

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