#476278

Color #476278 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #476278

Tints of Bismark #476278

Color information

#476278 (or 0x476278) is unknown color: approx Bismark. HEX triplet: 47, 62 and 78. RGB value is (71,98,120). Sum of RGB (Red+Green+Blue) = 71+98+120=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #476278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476278 is #B89D87. Grayscale: #5C5C5C. Windows color (decimal): -12098952 or 7889479. OLE color: 7889479.

HSL color Cylindrical-coordinate representation of color #476278: hue angle of 206.94º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476278 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7198120-
CMYK0.410.1800.53
HSL206.94º25.65%37.45%-
HSV(B)206.94º40.83%47.06%-
XYZ10.3611.4319.43-
YUV92.44143.55112.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=24.57%
G=33.91%
B=41.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71981200.410.1800.53206.9425.6537.45
Hex4762782912035cf1a25
Octal10714217051220653173245
Binary1000111110001011110001010011001001101011100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476278; }

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

 H1.HeaderClassName
 {
   color: #476278;
 }
 .AnyTagClassName
 {
   color: #476278;
 }
</style>
background-color css

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

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

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

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

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

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