Html Css Color HEX #486872 Bismark

📋 copy color: '#486872'

red 72 ◦ green 104 ◦ blue 114

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

Shades of Bismark #486872

Tints of Bismark #486872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

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

R = 24.83%
G = 35.86%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486872 (or 0x486872) is known color: Bismark. HEX triplet: 48, 68 and 72. RGB value is (72,104,114). Sum of RGB (Red+Green+Blue) = 72+104+114=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #486872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486872 is #B7978D. Grayscale: #5F5F5F. Windows color (decimal): -12031886 or 7497800. OLE color: 7497800.

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

Color convert

RGB 72 104 114 -
CMYK 0.37 0.09 0 0.55
HSL 194.29º 0.23% 0.36% -
HSV(B) 194.29º 0.37% 0.45% -
XYZ 10.66 12.49 17.77 -
YUV 95.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 72 104 114 0.37 0.09 0 0.55 194.29 0.23 0.36
Hex 48 68 72 25 9 0 37 C2 17 24
Octal 110 150 162 45 11 0 67 302 27 44
Binary 1001000 1101000 1110010 100101 1001 0 110111 11000010 10111 100100

Color Harmonies of #486872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486872

Black with #486872

Text Example


Text Example

White with #486872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486872; }

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

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

background-color css

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

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

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

border-color css

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

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

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