Html Css Color HEX #476A7B Bismark

📋 copy color: '#476A7B'

red 71 ◦ green 106 ◦ blue 123

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

Shades of Bismark #476A7B

Tints of Bismark #476A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

 BLUE value IS 123 (48.44% from 255) = 41%

R = 23.67%
G = 35.33%
B = 41%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#476A7B (or 0x476A7B) is known color: Bismark. HEX triplet: 47, 6A and 7B. RGB value is (71,106,123). Sum of RGB (Red+Green+Blue) = 71+106+123=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #476A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A7B is #B89584. Grayscale: #616161. Windows color (decimal): -12096901 or 8088135. OLE color: 8088135.

HSL color Cylindrical-coordinate representation of color #476A7B: hue angle of 199.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #476A7B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 106 123 -
CMYK 0.42 0.14 0 0.52
HSL 199.62º 0.27% 0.38% -
HSV(B) 199.62º 0.42% 0.48% -
XYZ 11.33 13.08 20.67 -
YUV 97.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 71 106 123 0.42 0.14 0 0.52 199.62 0.27 0.38
Hex 47 6A 7B 2A E 0 34 C8 1B 26
Octal 107 152 173 52 16 0 64 310 33 46
Binary 1000111 1101010 1111011 101010 1110 0 110100 11001000 11011 100110

Color Harmonies of #476A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A7B

Black with #476A7B

Text Example


Text Example

White with #476A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,106,123); }

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

background-color css

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

 a { background-color: rgb(71,106,123); }

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

border-color css

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

 span { border-color: rgb(71,106,123); }

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