Html Css Color HEX #476276 Bismark

📋 copy color: '#476276'

red 71 ◦ green 98 ◦ blue 118

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

Shades of Bismark #476276

Tints of Bismark #476276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 24.74%
G = 34.15%
B = 41.11%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476276 (or 0x476276) is known color: Bismark. HEX triplet: 47, 62 and 76. RGB value is (71,98,118). Sum of RGB (Red+Green+Blue) = 71+98+118=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #476276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476276 is #B89D89. Grayscale: #5C5C5C. Windows color (decimal): -12098954 or 7758407. OLE color: 7758407.

HSL color Cylindrical-coordinate representation of color #476276: hue angle of 205.53º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476276 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 98 118 -
CMYK 0.40 0.17 0 0.54
HSL 205.53º 0.25% 0.37% -
HSV(B) 205.53º 0.4% 0.46% -
XYZ 10.24 11.38 18.8 -
YUV 92.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 71 98 118 0.40 0.17 0 0.54 205.53 0.25 0.37
Hex 47 62 76 28 11 0 36 CE 19 25
Octal 107 142 166 50 21 0 66 316 31 45
Binary 1000111 1100010 1110110 101000 10001 0 110110 11001110 11001 100101

Color Harmonies of #476276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476276

Black with #476276

Text Example


Text Example

White with #476276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476276; }

 p { color: rgb(71,98,118); }

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

background-color css

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

 a { background-color: rgb(71,98,118); }

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

border-color css

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

 span { border-color: rgb(71,98,118); }

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