Html Css Color HEX #487184 Bismark

📋 copy color: '#487184'

red 72 ◦ green 113 ◦ blue 132

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

Shades of Bismark #487184

Tints of Bismark #487184

RGB

 RED value IS 72 (28.52% from 255) = 22.71%

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 22.71%
G = 35.65%
B = 41.64%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487184 (or 0x487184) is known color: Bismark. HEX triplet: 48, 71 and 84. RGB value is (72,113,132). Sum of RGB (Red+Green+Blue) = 72+113+132=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #487184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487184 is #B78E7B. Grayscale: #666666. Windows color (decimal): -12029564 or 8679752. OLE color: 8679752.

HSL color Cylindrical-coordinate representation of color #487184: hue angle of 199º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487184 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 113 132 -
CMYK 0.45 0.14 0 0.48
HSL 199º 0.29% 0.4% -
HSV(B) 199º 0.45% 0.52% -
XYZ 12.74 14.85 24.03 -
YUV 102.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 72 113 132 0.45 0.14 0 0.48 199 0.29 0.4
Hex 48 71 84 2D E 0 30 C7 1D 28
Octal 110 161 204 55 16 0 60 307 35 50
Binary 1001000 1110001 10000100 101101 1110 0 110000 11000111 11101 101000

Color Harmonies of #487184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487184

Black with #487184

Text Example


Text Example

White with #487184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487184; }

 p { color: rgb(72,113,132); }

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

background-color css

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

 a { background-color: rgb(72,113,132); }

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

border-color css

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

 span { border-color: rgb(72,113,132); }

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