Html Css Color HEX #476472 Bismark

📋 copy color: '#476472'

red 71 ◦ green 100 ◦ blue 114

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

Shades of Bismark #476472

Tints of Bismark #476472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 24.91%
G = 35.09%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476472 (or 0x476472) is known color: Bismark. HEX triplet: 47, 64 and 72. RGB value is (71,100,114). Sum of RGB (Red+Green+Blue) = 71+100+114=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #476472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476472 is #B89B8D. Grayscale: #5C5C5C. Windows color (decimal): -12098446 or 7496775. OLE color: 7496775.

HSL color Cylindrical-coordinate representation of color #476472: hue angle of 199.53º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476472 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 100 114 -
CMYK 0.38 0.12 0 0.55
HSL 199.53º 0.23% 0.36% -
HSV(B) 199.53º 0.38% 0.45% -
XYZ 10.19 11.67 17.63 -
YUV 92.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 71 100 114 0.38 0.12 0 0.55 199.53 0.23 0.36
Hex 47 64 72 26 C 0 37 C8 17 24
Octal 107 144 162 46 14 0 67 310 27 44
Binary 1000111 1100100 1110010 100110 1100 0 110111 11001000 10111 100100

Color Harmonies of #476472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476472

Black with #476472

Text Example


Text Example

White with #476472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476472; }

 p { color: rgb(71,100,114); }

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

background-color css

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

 a { background-color: rgb(71,100,114); }

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

border-color css

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

 span { border-color: rgb(71,100,114); }

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