Html Css Color HEX #486A79 Bismark

📋 copy color: '#486A79'

red 72 ◦ green 106 ◦ blue 121

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

Shades of Bismark #486A79

Tints of Bismark #486A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 24.08%
G = 35.45%
B = 40.47%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486A79 (or 0x486A79) is known color: Bismark. HEX triplet: 48, 6A and 79. RGB value is (72,106,121). Sum of RGB (Red+Green+Blue) = 72+106+121=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #486A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A79 is #B79586. Grayscale: #616161. Windows color (decimal): -12031367 or 7957064. OLE color: 7957064.

HSL color Cylindrical-coordinate representation of color #486A79: hue angle of 198.37º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486A79 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 106 121 -
CMYK 0.40 0.12 0 0.53
HSL 198.37º 0.25% 0.38% -
HSV(B) 198.37º 0.4% 0.47% -
XYZ 11.28 13.07 20.02 -
YUV 97.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 72 106 121 0.40 0.12 0 0.53 198.37 0.25 0.38
Hex 48 6A 79 28 C 0 35 C6 19 26
Octal 110 152 171 50 14 0 65 306 31 46
Binary 1001000 1101010 1111001 101000 1100 0 110101 11000110 11001 100110

Color Harmonies of #486A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A79

Black with #486A79

Text Example


Text Example

White with #486A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A79; }

 p { color: rgb(72,106,121); }

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

background-color css

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

 a { background-color: rgb(72,106,121); }

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

border-color css

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

 span { border-color: rgb(72,106,121); }

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