Html Css Color HEX #476675 Bismark

📋 copy color: '#476675'

red 71 ◦ green 102 ◦ blue 117

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

Shades of Bismark #476675

Tints of Bismark #476675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

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

R = 24.48%
G = 35.17%
B = 40.34%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476675 (or 0x476675) is known color: Bismark. HEX triplet: 47, 66 and 75. RGB value is (71,102,117). Sum of RGB (Red+Green+Blue) = 71+102+117=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #476675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476675 is #B8998A. Grayscale: #5E5E5E. Windows color (decimal): -12097931 or 7693895. OLE color: 7693895.

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

Color convert

RGB 71 102 117 -
CMYK 0.39 0.13 0 0.54
HSL 199.57º 0.24% 0.37% -
HSV(B) 199.57º 0.39% 0.46% -
XYZ 10.56 12.13 18.61 -
YUV 94.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 71 102 117 0.39 0.13 0 0.54 199.57 0.24 0.37
Hex 47 66 75 27 D 0 36 C8 18 25
Octal 107 146 165 47 15 0 66 310 30 45
Binary 1000111 1100110 1110101 100111 1101 0 110110 11001000 11000 100101

Color Harmonies of #476675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476675

Black with #476675

Text Example


Text Example

White with #476675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476675; }

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

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

background-color css

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

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

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

border-color css

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

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

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