Html Css Color HEX #486472 Bismark

📋 copy color: '#486472'

red 72 ◦ green 100 ◦ blue 114

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

Shades of Bismark #486472

Tints of Bismark #486472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 25.17%
G = 34.97%
B = 39.86%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486472 (or 0x486472) is known color: Bismark. HEX triplet: 48, 64 and 72. RGB value is (72,100,114). Sum of RGB (Red+Green+Blue) = 72+100+114=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #486472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486472 is #B79B8D. Grayscale: #5D5D5D. Windows color (decimal): -12032910 or 7496776. OLE color: 7496776.

HSL color Cylindrical-coordinate representation of color #486472: hue angle of 200º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486472 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 100 114 -
CMYK 0.37 0.12 0 0.55
HSL 200º 0.23% 0.36% -
HSV(B) 200º 0.37% 0.45% -
XYZ 10.27 11.71 17.64 -
YUV 93.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 72 100 114 0.37 0.12 0 0.55 200 0.23 0.36
Hex 48 64 72 25 C 0 37 C8 17 24
Octal 110 144 162 45 14 0 67 310 27 44
Binary 1001000 1100100 1110010 100101 1100 0 110111 11001000 10111 100100

Color Harmonies of #486472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486472

Black with #486472

Text Example


Text Example

White with #486472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486472; }

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

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

background-color css

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

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

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

border-color css

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

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

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