Html Css Color HEX #486275 Bismark

📋 copy color: '#486275'

red 72 ◦ green 98 ◦ blue 117

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

Shades of Bismark #486275

Tints of Bismark #486275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 25.09%
G = 34.15%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486275 (or 0x486275) is known color: Bismark. HEX triplet: 48, 62 and 75. RGB value is (72,98,117). Sum of RGB (Red+Green+Blue) = 72+98+117=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #486275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486275 is #B79D8A. Grayscale: #5C5C5C. Windows color (decimal): -12033419 or 7692872. OLE color: 7692872.

HSL color Cylindrical-coordinate representation of color #486275: hue angle of 205.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486275 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 98 117 -
CMYK 0.38 0.16 0 0.54
HSL 205.33º 0.24% 0.37% -
HSV(B) 205.33º 0.38% 0.46% -
XYZ 10.25 11.4 18.49 -
YUV 92.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 72 98 117 0.38 0.16 0 0.54 205.33 0.24 0.37
Hex 48 62 75 26 10 0 36 CD 18 25
Octal 110 142 165 46 20 0 66 315 30 45
Binary 1001000 1100010 1110101 100110 10000 0 110110 11001101 11000 100101

Color Harmonies of #486275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486275

Black with #486275

Text Example


Text Example

White with #486275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486275; }

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

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

background-color css

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

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

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

border-color css

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

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

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