Html Css Color HEX #476C81 Bismark

📋 copy color: '#476C81'

red 71 ◦ green 108 ◦ blue 129

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

Shades of Bismark #476C81

Tints of Bismark #476C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

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

R = 23.05%
G = 35.06%
B = 41.88%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476C81 (or 0x476C81) is known color: Bismark. HEX triplet: 47, 6C and 81. RGB value is (71,108,129). Sum of RGB (Red+Green+Blue) = 71+108+129=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #476C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C81 is #B8937E. Grayscale: #636363. Windows color (decimal): -12096383 or 8481863. OLE color: 8481863.

HSL color Cylindrical-coordinate representation of color #476C81: hue angle of 201.72º 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 #476C81 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 108 129 -
CMYK 0.45 0.16 0 0.49
HSL 201.72º 0.29% 0.39% -
HSV(B) 201.72º 0.45% 0.51% -
XYZ 11.92 13.65 22.78 -
YUV 99.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 71 108 129 0.45 0.16 0 0.49 201.72 0.29 0.39
Hex 47 6C 81 2D 10 0 31 CA 1D 27
Octal 107 154 201 55 20 0 61 312 35 47
Binary 1000111 1101100 10000001 101101 10000 0 110001 11001010 11101 100111

Color Harmonies of #476C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C81

Black with #476C81

Text Example


Text Example

White with #476C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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