Html Css Color HEX #487282 Bismark

📋 copy color: '#487282'

red 72 ◦ green 114 ◦ blue 130

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

Shades of Bismark #487282

Tints of Bismark #487282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 22.78%
G = 36.08%
B = 41.14%

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

#487282 (or 0x487282) is known color: Bismark. HEX triplet: 48, 72 and 82. RGB value is (72,114,130). Sum of RGB (Red+Green+Blue) = 72+114+130=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #487282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487282 is #B78D7D. Grayscale: #676767. Windows color (decimal): -12029310 or 8548936. OLE color: 8548936.

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

Color convert

RGB 72 114 130 -
CMYK 0.45 0.12 0 0.49
HSL 196.55º 0.29% 0.4% -
HSV(B) 196.55º 0.45% 0.51% -
XYZ 12.72 15.02 23.35 -
YUV 103.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 72 114 130 0.45 0.12 0 0.49 196.55 0.29 0.4
Hex 48 72 82 2D C 0 31 C5 1D 28
Octal 110 162 202 55 14 0 61 305 35 50
Binary 1001000 1110010 10000010 101101 1100 0 110001 11000101 11101 101000

Color Harmonies of #487282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487282

Black with #487282

Text Example


Text Example

White with #487282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487282; }

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

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

background-color css

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

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

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

border-color css

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

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

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