Html Css Color HEX #487682 Bismark

📋 copy color: '#487682'

red 72 ◦ green 118 ◦ blue 130

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

Shades of Bismark #487682

Tints of Bismark #487682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

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

R = 22.5%
G = 36.88%
B = 40.63%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487682 (or 0x487682) is known color: Bismark. HEX triplet: 48, 76 and 82. RGB value is (72,118,130). Sum of RGB (Red+Green+Blue) = 72+118+130=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #487682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487682 is #B7897D. Grayscale: #696969. Windows color (decimal): -12028286 or 8549960. OLE color: 8549960.

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

Color convert

RGB 72 118 130 -
CMYK 0.45 0.09 0 0.49
HSL 192.41º 0.29% 0.4% -
HSV(B) 192.41º 0.45% 0.51% -
XYZ 13.18 15.95 23.5 -
YUV 105.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 72 118 130 0.45 0.09 0 0.49 192.41 0.29 0.4
Hex 48 76 82 2D 9 0 31 C0 1D 28
Octal 110 166 202 55 11 0 61 300 35 50
Binary 1001000 1110110 10000010 101101 1001 0 110001 11000000 11101 101000

Color Harmonies of #487682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487682

Black with #487682

Text Example


Text Example

White with #487682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487682; }

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

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

background-color css

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

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

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

border-color css

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

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

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