Html Css Color HEX #476B7C Bismark

📋 copy color: '#476B7C'

red 71 ◦ green 107 ◦ blue 124

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

Shades of Bismark #476B7C

Tints of Bismark #476B7C

RGB

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

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

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

R = 23.51%
G = 35.43%
B = 41.06%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#476B7C (or 0x476B7C) is known color: Bismark. HEX triplet: 47, 6B and 7C. RGB value is (71,107,124). Sum of RGB (Red+Green+Blue) = 71+107+124=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #476B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B7C is #B89483. Grayscale: #626262. Windows color (decimal): -12096644 or 8153927. OLE color: 8153927.

HSL color Cylindrical-coordinate representation of color #476B7C: hue angle of 199.25º 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 #476B7C is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 107 124 -
CMYK 0.43 0.14 0 0.51
HSL 199.25º 0.27% 0.38% -
HSV(B) 199.25º 0.43% 0.49% -
XYZ 11.49 13.31 21.03 -
YUV 98.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 71 107 124 0.43 0.14 0 0.51 199.25 0.27 0.38
Hex 47 6B 7C 2B E 0 33 C7 1B 26
Octal 107 153 174 53 16 0 63 307 33 46
Binary 1000111 1101011 1111100 101011 1110 0 110011 11000111 11011 100110

Color Harmonies of #476B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B7C

Black with #476B7C

Text Example


Text Example

White with #476B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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