Html Css Color HEX #486A75 Bismark

📋 copy color: '#486A75'

red 72 ◦ green 106 ◦ blue 117

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

Shades of Bismark #486A75

Tints of Bismark #486A75

RGB

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

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

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

R = 24.41%
G = 35.93%
B = 39.66%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486A75 (or 0x486A75) is known color: Bismark. HEX triplet: 48, 6A and 75. RGB value is (72,106,117). Sum of RGB (Red+Green+Blue) = 72+106+117=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #486A75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A75 is #B7958A. Grayscale: #616161. Windows color (decimal): -12031371 or 7694920. OLE color: 7694920.

HSL color Cylindrical-coordinate representation of color #486A75: hue angle of 194.67º 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 #486A75 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 106 117 -
CMYK 0.38 0.09 0 0.54
HSL 194.67º 0.24% 0.37% -
HSV(B) 194.67º 0.38% 0.46% -
XYZ 11.04 12.97 18.75 -
YUV 97.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 72 106 117 0.38 0.09 0 0.54 194.67 0.24 0.37
Hex 48 6A 75 26 9 0 36 C3 18 25
Octal 110 152 165 46 11 0 66 303 30 45
Binary 1001000 1101010 1110101 100110 1001 0 110110 11000011 11000 100101

Color Harmonies of #486A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A75

Black with #486A75

Text Example


Text Example

White with #486A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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