Html Css Color HEX #487581 Bismark

📋 copy color: '#487581'

red 72 ◦ green 117 ◦ blue 129

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

Shades of Bismark #487581

Tints of Bismark #487581

RGB

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

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

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

R = 22.64%
G = 36.79%
B = 40.57%

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

#487581 (or 0x487581) is known color: Bismark. HEX triplet: 48, 75 and 81. RGB value is (72,117,129). Sum of RGB (Red+Green+Blue) = 72+117+129=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #487581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487581 is #B78A7E. Grayscale: #686868. Windows color (decimal): -12028543 or 8484168. OLE color: 8484168.

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

Color convert

RGB 72 117 129 -
CMYK 0.44 0.09 0 0.49
HSL 192.63º 0.28% 0.39% -
HSV(B) 192.63º 0.44% 0.51% -
XYZ 13 15.69 23.11 -
YUV 104.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 72 117 129 0.44 0.09 0 0.49 192.63 0.28 0.39
Hex 48 75 81 2C 9 0 31 C1 1C 27
Octal 110 165 201 54 11 0 61 301 34 47
Binary 1001000 1110101 10000001 101100 1001 0 110001 11000001 11100 100111

Color Harmonies of #487581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487581

Black with #487581

Text Example


Text Example

White with #487581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487581; }

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

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

background-color css

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

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

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

border-color css

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

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

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