Html Css Color HEX #476F81 Bismark

📋 copy color: '#476F81'

red 71 ◦ green 111 ◦ blue 129

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

Shades of Bismark #476F81

Tints of Bismark #476F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 22.83%
G = 35.69%
B = 41.48%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476F81 (or 0x476F81) is known color: Bismark. HEX triplet: 47, 6F and 81. RGB value is (71,111,129). Sum of RGB (Red+Green+Blue) = 71+111+129=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #476F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F81 is #B8907E. Grayscale: #646464. Windows color (decimal): -12095615 or 8482631. OLE color: 8482631.

HSL color Cylindrical-coordinate representation of color #476F81: hue angle of 198.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476F81 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 111 129 -
CMYK 0.45 0.14 0 0.49
HSL 198.62º 0.29% 0.39% -
HSV(B) 198.62º 0.45% 0.51% -
XYZ 12.25 14.29 22.88 -
YUV 101.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 71 111 129 0.45 0.14 0 0.49 198.62 0.29 0.39
Hex 47 6F 81 2D E 0 31 C7 1D 27
Octal 107 157 201 55 16 0 61 307 35 47
Binary 1000111 1101111 10000001 101101 1110 0 110001 11000111 11101 100111

Color Harmonies of #476F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F81

Black with #476F81

Text Example


Text Example

White with #476F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F81; }

 p { color: rgb(71,111,129); }

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

background-color css

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

 a { background-color: rgb(71,111,129); }

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

border-color css

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

 span { border-color: rgb(71,111,129); }

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