Html Css Color HEX #486776 Bismark

📋 copy color: '#486776'

red 72 ◦ green 103 ◦ blue 118

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

Shades of Bismark #486776

Tints of Bismark #486776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.15%

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

R = 24.57%
G = 35.15%
B = 40.27%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486776 (or 0x486776) is known color: Bismark. HEX triplet: 48, 67 and 76. RGB value is (72,103,118). Sum of RGB (Red+Green+Blue) = 72+103+118=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #486776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486776 is #B79889. Grayscale: #5F5F5F. Windows color (decimal): -12032138 or 7759688. OLE color: 7759688.

HSL color Cylindrical-coordinate representation of color #486776: hue angle of 199.57º 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 #486776 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 103 118 -
CMYK 0.39 0.13 0 0.54
HSL 199.57º 0.24% 0.37% -
HSV(B) 199.57º 0.39% 0.46% -
XYZ 10.79 12.39 18.96 -
YUV 95.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 72 103 118 0.39 0.13 0 0.54 199.57 0.24 0.37
Hex 48 67 76 27 D 0 36 C8 18 25
Octal 110 147 166 47 15 0 66 310 30 45
Binary 1001000 1100111 1110110 100111 1101 0 110110 11001000 11000 100101

Color Harmonies of #486776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486776

Black with #486776

Text Example


Text Example

White with #486776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486776; }

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

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

background-color css

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

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

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

border-color css

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

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

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