Html Css Color HEX #486673 Bismark

📋 copy color: '#486673'

red 72 ◦ green 102 ◦ blue 115

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

Shades of Bismark #486673

Tints of Bismark #486673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 115 (45.31% from 255) = 39.79%

R = 24.91%
G = 35.29%
B = 39.79%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486673 (or 0x486673) is known color: Bismark. HEX triplet: 48, 66 and 73. RGB value is (72,102,115). Sum of RGB (Red+Green+Blue) = 72+102+115=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #486673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486673 is #B7998C. Grayscale: #5E5E5E. Windows color (decimal): -12032397 or 7562824. OLE color: 7562824.

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

Color convert

RGB 72 102 115 -
CMYK 0.37 0.11 0 0.55
HSL 198.14º 0.23% 0.37% -
HSV(B) 198.14º 0.37% 0.45% -
XYZ 10.52 12.12 18 -
YUV 94.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 72 102 115 0.37 0.11 0 0.55 198.14 0.23 0.37
Hex 48 66 73 25 B 0 37 C6 17 25
Octal 110 146 163 45 13 0 67 306 27 45
Binary 1001000 1100110 1110011 100101 1011 0 110111 11000110 10111 100101

Color Harmonies of #486673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486673

Black with #486673

Text Example


Text Example

White with #486673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486673; }

 p { color: rgb(72,102,115); }

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

background-color css

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

 a { background-color: rgb(72,102,115); }

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

border-color css

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

 span { border-color: rgb(72,102,115); }

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