Html Css Color HEX #476278 Bismark

📋 copy color: '#476278'

red 71 ◦ green 98 ◦ blue 120

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

Shades of Bismark #476278

Tints of Bismark #476278

RGB

 RED value IS 71 (28.13% 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 value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476278 (or 0x476278) is known color: 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

RGB 71 98 120 -
CMYK 0.41 0.18 0 0.53
HSL 206.94º 0.26% 0.37% -
HSV(B) 206.94º 0.41% 0.47% -
XYZ 10.36 11.43 19.43 -
YUV 92.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 71 98 120 0.41 0.18 0 0.53 206.94 0.26 0.37
Hex 47 62 78 29 12 0 35 CF 1A 25
Octal 107 142 170 51 22 0 65 317 32 45
Binary 1000111 1100010 1111000 101001 10010 0 110101 11001111 11010 100101

Color Harmonies of #476278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476278

Black with #476278

Text Example


Text Example

White with #476278

Text Example


Text Example

HTML Codes & Css Web 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>