Html Css Color HEX #476672 Bismark

📋 copy color: '#476672'

red 71 ◦ green 102 ◦ blue 114

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

Shades of Bismark #476672

Tints of Bismark #476672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 24.74%
G = 35.54%
B = 39.72%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476672 (or 0x476672) is known color: Bismark. HEX triplet: 47, 66 and 72. RGB value is (71,102,114). Sum of RGB (Red+Green+Blue) = 71+102+114=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #476672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476672 is #B8998D. Grayscale: #5E5E5E. Windows color (decimal): -12097934 or 7497287. OLE color: 7497287.

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

Color convert

RGB 71 102 114 -
CMYK 0.38 0.11 0 0.55
HSL 196.74º 0.23% 0.36% -
HSV(B) 196.74º 0.38% 0.45% -
XYZ 10.39 12.06 17.7 -
YUV 94.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 71 102 114 0.38 0.11 0 0.55 196.74 0.23 0.36
Hex 47 66 72 26 B 0 37 C5 17 24
Octal 107 146 162 46 13 0 67 305 27 44
Binary 1000111 1100110 1110010 100110 1011 0 110111 11000101 10111 100100

Color Harmonies of #476672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476672

Black with #476672

Text Example


Text Example

White with #476672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476672; }

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

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

background-color css

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

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

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

border-color css

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

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

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