Html Css Color HEX #487082 Bismark

📋 copy color: '#487082'

red 72 ◦ green 112 ◦ blue 130

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

Shades of Bismark #487082

Tints of Bismark #487082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 22.93%
G = 35.67%
B = 41.4%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487082 (or 0x487082) is known color: Bismark. HEX triplet: 48, 70 and 82. RGB value is (72,112,130). Sum of RGB (Red+Green+Blue) = 72+112+130=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #487082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487082 is #B78F7D. Grayscale: #656565. Windows color (decimal): -12029822 or 8548424. OLE color: 8548424.

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

Color convert

RGB 72 112 130 -
CMYK 0.45 0.14 0 0.49
HSL 198.62º 0.29% 0.4% -
HSV(B) 198.62º 0.45% 0.51% -
XYZ 12.5 14.58 23.27 -
YUV 102.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 72 112 130 0.45 0.14 0 0.49 198.62 0.29 0.4
Hex 48 70 82 2D E 0 31 C7 1D 28
Octal 110 160 202 55 16 0 61 307 35 50
Binary 1001000 1110000 10000010 101101 1110 0 110001 11000111 11101 101000

Color Harmonies of #487082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487082

Black with #487082

Text Example


Text Example

White with #487082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487082; }

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

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

background-color css

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

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

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

border-color css

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

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

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