Html Css Color HEX #476573 Bismark

📋 copy color: '#476573'

red 71 ◦ green 101 ◦ blue 115

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

Shades of Bismark #476573

Tints of Bismark #476573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.19%

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 24.74%
G = 35.19%
B = 40.07%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476573 (or 0x476573) is known color: Bismark. HEX triplet: 47, 65 and 73. RGB value is (71,101,115). Sum of RGB (Red+Green+Blue) = 71+101+115=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #476573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476573 is #B89A8C. Grayscale: #5D5D5D. Windows color (decimal): -12098189 or 7562567. OLE color: 7562567.

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

Color convert

RGB 71 101 115 -
CMYK 0.38 0.12 0 0.55
HSL 199.09º 0.24% 0.36% -
HSV(B) 199.09º 0.38% 0.45% -
XYZ 10.35 11.88 17.97 -
YUV 93.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 71 101 115 0.38 0.12 0 0.55 199.09 0.24 0.36
Hex 47 65 73 26 C 0 37 C7 18 24
Octal 107 145 163 46 14 0 67 307 30 44
Binary 1000111 1100101 1110011 100110 1100 0 110111 11000111 11000 100100

Color Harmonies of #476573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476573

Black with #476573

Text Example


Text Example

White with #476573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476573; }

 p { color: rgb(71,101,115); }

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

background-color css

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

 a { background-color: rgb(71,101,115); }

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

border-color css

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

 span { border-color: rgb(71,101,115); }

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