Html Css Color HEX #476375 Bismark

📋 copy color: '#476375'

red 71 ◦ green 99 ◦ blue 117

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

Shades of Bismark #476375

Tints of Bismark #476375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 24.74%
G = 34.49%
B = 40.77%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476375 (or 0x476375) is known color: Bismark. HEX triplet: 47, 63 and 75. RGB value is (71,99,117). Sum of RGB (Red+Green+Blue) = 71+99+117=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #476375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476375 is #B89C8A. Grayscale: #5C5C5C. Windows color (decimal): -12098699 or 7693127. OLE color: 7693127.

HSL color Cylindrical-coordinate representation of color #476375: hue angle of 203.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476375 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 99 117 -
CMYK 0.39 0.15 0 0.54
HSL 203.48º 0.24% 0.37% -
HSV(B) 203.48º 0.39% 0.46% -
XYZ 10.27 11.55 18.52 -
YUV 92.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 71 99 117 0.39 0.15 0 0.54 203.48 0.24 0.37
Hex 47 63 75 27 F 0 36 CB 18 25
Octal 107 143 165 47 17 0 66 313 30 45
Binary 1000111 1100011 1110101 100111 1111 0 110110 11001011 11000 100101

Color Harmonies of #476375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476375

Black with #476375

Text Example


Text Example

White with #476375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476375; }

 p { color: rgb(71,99,117); }

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

background-color css

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

 a { background-color: rgb(71,99,117); }

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

border-color css

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

 span { border-color: rgb(71,99,117); }

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