Html Css Color HEX #487582 Bismark

📋 copy color: '#487582'

red 72 ◦ green 117 ◦ blue 130

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

Shades of Bismark #487582

Tints of Bismark #487582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 22.57%
G = 36.68%
B = 40.75%

CMYK

 C value IS 0.45

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487582 (or 0x487582) is known color: Bismark. HEX triplet: 48, 75 and 82. RGB value is (72,117,130). Sum of RGB (Red+Green+Blue) = 72+117+130=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #487582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487582 is #B78A7D. Grayscale: #686868. Windows color (decimal): -12028542 or 8549704. OLE color: 8549704.

HSL color Cylindrical-coordinate representation of color #487582: hue angle of 193.45º 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 #487582 is Cyan = 0.45, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 117 130 -
CMYK 0.45 0.1 0 0.49
HSL 193.45º 0.29% 0.4% -
HSV(B) 193.45º 0.45% 0.51% -
XYZ 13.06 15.71 23.46 -
YUV 105.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 72 117 130 0.45 0.1 0 0.49 193.45 0.29 0.4
Hex 48 75 82 2D A 0 31 C1 1D 28
Octal 110 165 202 55 12 0 61 301 35 50
Binary 1001000 1110101 10000010 101101 1010 0 110001 11000001 11101 101000

Color Harmonies of #487582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487582

Black with #487582

Text Example


Text Example

White with #487582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487582; }

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

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

background-color css

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

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

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

border-color css

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

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

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