Html Css Color HEX #476975 Bismark

📋 copy color: '#476975'

red 71 ◦ green 105 ◦ blue 117

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

Shades of Bismark #476975

Tints of Bismark #476975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 24.23%
G = 35.84%
B = 39.93%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476975 (or 0x476975) is known color: Bismark. HEX triplet: 47, 69 and 75. RGB value is (71,105,117). Sum of RGB (Red+Green+Blue) = 71+105+117=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #476975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476975 is #B8968A. Grayscale: #606060. Windows color (decimal): -12097163 or 7694663. OLE color: 7694663.

HSL color Cylindrical-coordinate representation of color #476975: hue angle of 195.65º 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 #476975 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 105 117 -
CMYK 0.39 0.10 0 0.54
HSL 195.65º 0.24% 0.37% -
HSV(B) 195.65º 0.39% 0.46% -
XYZ 10.86 12.73 18.71 -
YUV 96.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 71 105 117 0.39 0.10 0 0.54 195.65 0.24 0.37
Hex 47 69 75 27 A 0 36 C4 18 25
Octal 107 151 165 47 12 0 66 304 30 45
Binary 1000111 1101001 1110101 100111 1010 0 110110 11000100 11000 100101

Color Harmonies of #476975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476975

Black with #476975

Text Example


Text Example

White with #476975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476975; }

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

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

background-color css

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

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

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

border-color css

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

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

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