Html Css Color HEX #476C7E Bismark

📋 copy color: '#476C7E'

red 71 ◦ green 108 ◦ blue 126

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

Shades of Bismark #476C7E

Tints of Bismark #476C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 23.28%
G = 35.41%
B = 41.31%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#476C7E (or 0x476C7E) is known color: Bismark. HEX triplet: 47, 6C and 7E. RGB value is (71,108,126). Sum of RGB (Red+Green+Blue) = 71+108+126=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #476C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C7E is #B89381. Grayscale: #626262. Windows color (decimal): -12096386 or 8285255. OLE color: 8285255.

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

Color convert

RGB 71 108 126 -
CMYK 0.44 0.14 0 0.51
HSL 199.64º 0.28% 0.39% -
HSV(B) 199.64º 0.44% 0.49% -
XYZ 11.73 13.57 21.74 -
YUV 98.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 71 108 126 0.44 0.14 0 0.51 199.64 0.28 0.39
Hex 47 6C 7E 2C E 0 33 C8 1C 27
Octal 107 154 176 54 16 0 63 310 34 47
Binary 1000111 1101100 1111110 101100 1110 0 110011 11001000 11100 100111

Color Harmonies of #476C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C7E

Black with #476C7E

Text Example


Text Example

White with #476C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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