Html Css Color HEX #487681 Bismark

📋 copy color: '#487681'

red 72 ◦ green 118 ◦ blue 129

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

Shades of Bismark #487681

Tints of Bismark #487681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 22.57%
G = 36.99%
B = 40.44%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487681 (or 0x487681) is known color: Bismark. HEX triplet: 48, 76 and 81. RGB value is (72,118,129). Sum of RGB (Red+Green+Blue) = 72+118+129=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #487681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487681 is #B7897E. Grayscale: #696969. Windows color (decimal): -12028287 or 8484424. OLE color: 8484424.

HSL color Cylindrical-coordinate representation of color #487681: hue angle of 191.58º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487681 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 118 129 -
CMYK 0.44 0.09 0 0.49
HSL 191.58º 0.28% 0.39% -
HSV(B) 191.58º 0.44% 0.51% -
XYZ 13.11 15.92 23.15 -
YUV 105.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 72 118 129 0.44 0.09 0 0.49 191.58 0.28 0.39
Hex 48 76 81 2C 9 0 31 C0 1C 27
Octal 110 166 201 54 11 0 61 300 34 47
Binary 1001000 1110110 10000001 101100 1001 0 110001 11000000 11100 100111

Color Harmonies of #487681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487681

Black with #487681

Text Example


Text Example

White with #487681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487681; }

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

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

background-color css

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

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

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

border-color css

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

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

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