Html Css Color HEX #476872 Bismark

📋 copy color: '#476872'

red 71 ◦ green 104 ◦ blue 114

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

Shades of Bismark #476872

Tints of Bismark #476872

RGB

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

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

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

R = 24.57%
G = 35.99%
B = 39.45%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476872 (or 0x476872) is known color: Bismark. HEX triplet: 47, 68 and 72. RGB value is (71,104,114). Sum of RGB (Red+Green+Blue) = 71+104+114=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #476872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476872 is #B8978D. Grayscale: #5F5F5F. Windows color (decimal): -12097422 or 7497799. OLE color: 7497799.

HSL color Cylindrical-coordinate representation of color #476872: hue angle of 193.95º 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 #476872 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 104 114 -
CMYK 0.38 0.09 0 0.55
HSL 193.95º 0.23% 0.36% -
HSV(B) 193.95º 0.38% 0.45% -
XYZ 10.59 12.46 17.77 -
YUV 95.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 71 104 114 0.38 0.09 0 0.55 193.95 0.23 0.36
Hex 47 68 72 26 9 0 37 C2 17 24
Octal 107 150 162 46 11 0 67 302 27 44
Binary 1000111 1101000 1110010 100110 1001 0 110111 11000010 10111 100100

Color Harmonies of #476872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476872

Black with #476872

Text Example


Text Example

White with #476872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476872; }

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

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

background-color css

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

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

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

border-color css

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

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

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