Html Css Color HEX #487382 Bismark

📋 copy color: '#487382'

red 72 ◦ green 115 ◦ blue 130

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

Shades of Bismark #487382

Tints of Bismark #487382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 22.71%
G = 36.28%
B = 41.01%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487382 (or 0x487382) is known color: Bismark. HEX triplet: 48, 73 and 82. RGB value is (72,115,130). Sum of RGB (Red+Green+Blue) = 72+115+130=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #487382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487382 is #B78C7D. Grayscale: #676767. Windows color (decimal): -12029054 or 8549192. OLE color: 8549192.

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

Color convert

RGB 72 115 130 -
CMYK 0.45 0.12 0 0.49
HSL 195.52º 0.29% 0.4% -
HSV(B) 195.52º 0.45% 0.51% -
XYZ 12.83 15.25 23.39 -
YUV 103.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 72 115 130 0.45 0.12 0 0.49 195.52 0.29 0.4
Hex 48 73 82 2D C 0 31 C4 1D 28
Octal 110 163 202 55 14 0 61 304 35 50
Binary 1001000 1110011 10000010 101101 1100 0 110001 11000100 11101 101000

Color Harmonies of #487382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487382

Black with #487382

Text Example


Text Example

White with #487382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487382; }

 p { color: rgb(72,115,130); }

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

background-color css

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

 a { background-color: rgb(72,115,130); }

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

border-color css

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

 span { border-color: rgb(72,115,130); }

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