Html Css Color HEX #476272 Bismark

📋 copy color: '#476272'

red 71 ◦ green 98 ◦ blue 114

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

Shades of Bismark #476272

Tints of Bismark #476272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 25.09%
G = 34.63%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476272 (or 0x476272) is known color: Bismark. HEX triplet: 47, 62 and 72. RGB value is (71,98,114). Sum of RGB (Red+Green+Blue) = 71+98+114=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #476272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476272 is #B89D8D. Grayscale: #5B5B5B. Windows color (decimal): -12098958 or 7496263. OLE color: 7496263.

HSL color Cylindrical-coordinate representation of color #476272: hue angle of 202.33º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476272 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 98 114 -
CMYK 0.38 0.14 0 0.55
HSL 202.33º 0.23% 0.36% -
HSV(B) 202.33º 0.38% 0.45% -
XYZ 10 11.29 17.57 -
YUV 91.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 71 98 114 0.38 0.14 0 0.55 202.33 0.23 0.36
Hex 47 62 72 26 E 0 37 CA 17 24
Octal 107 142 162 46 16 0 67 312 27 44
Binary 1000111 1100010 1110010 100110 1110 0 110111 11001010 10111 100100

Color Harmonies of #476272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476272

Black with #476272

Text Example


Text Example

White with #476272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476272; }

 p { color: rgb(71,98,114); }

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

background-color css

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

 a { background-color: rgb(71,98,114); }

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

border-color css

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

 span { border-color: rgb(71,98,114); }

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