Html Css Color HEX #486276 Bismark

📋 copy color: '#486276'

red 72 ◦ green 98 ◦ blue 118

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

Shades of Bismark #486276

Tints of Bismark #486276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 25%
G = 34.03%
B = 40.97%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486276 (or 0x486276) is known color: Bismark. HEX triplet: 48, 62 and 76. RGB value is (72,98,118). Sum of RGB (Red+Green+Blue) = 72+98+118=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #486276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486276 is #B79D89. Grayscale: #5C5C5C. Windows color (decimal): -12033418 or 7758408. OLE color: 7758408.

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

Color convert

RGB 72 98 118 -
CMYK 0.39 0.17 0 0.54
HSL 206.09º 0.24% 0.37% -
HSV(B) 206.09º 0.39% 0.46% -
XYZ 10.31 11.42 18.8 -
YUV 92.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 72 98 118 0.39 0.17 0 0.54 206.09 0.24 0.37
Hex 48 62 76 27 11 0 36 CE 18 25
Octal 110 142 166 47 21 0 66 316 30 45
Binary 1001000 1100010 1110110 100111 10001 0 110110 11001110 11000 100101

Color Harmonies of #486276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486276

Black with #486276

Text Example


Text Example

White with #486276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486276; }

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

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

background-color css

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

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

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

border-color css

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

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

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