Html Css Color HEX #476478 Bismark

📋 copy color: '#476478'

red 71 ◦ green 100 ◦ blue 120

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

Shades of Bismark #476478

Tints of Bismark #476478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

 BLUE value IS 120 (47.27% from 255) = 41.24%

R = 24.4%
G = 34.36%
B = 41.24%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476478 (or 0x476478) is known color: Bismark. HEX triplet: 47, 64 and 78. RGB value is (71,100,120). Sum of RGB (Red+Green+Blue) = 71+100+120=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #476478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476478 is #B89B87. Grayscale: #5D5D5D. Windows color (decimal): -12098440 or 7889991. OLE color: 7889991.

HSL color Cylindrical-coordinate representation of color #476478: hue angle of 204.49º 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 #476478 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 100 120 -
CMYK 0.41 0.17 0 0.53
HSL 204.49º 0.26% 0.37% -
HSV(B) 204.49º 0.41% 0.47% -
XYZ 10.55 11.81 19.49 -
YUV 93.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 71 100 120 0.41 0.17 0 0.53 204.49 0.26 0.37
Hex 47 64 78 29 11 0 35 CC 1A 25
Octal 107 144 170 51 21 0 65 314 32 45
Binary 1000111 1100100 1111000 101001 10001 0 110101 11001100 11010 100101

Color Harmonies of #476478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476478

Black with #476478

Text Example


Text Example

White with #476478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476478; }

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

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

background-color css

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

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

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

border-color css

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

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

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