Html Css Color HEX #486975 Bismark

📋 copy color: '#486975'

red 72 ◦ green 105 ◦ blue 117

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

Shades of Bismark #486975

Tints of Bismark #486975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

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

R = 24.49%
G = 35.71%
B = 39.8%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486975 (or 0x486975) is known color: Bismark. HEX triplet: 48, 69 and 75. RGB value is (72,105,117). Sum of RGB (Red+Green+Blue) = 72+105+117=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #486975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486975 is #B7968A. Grayscale: #606060. Windows color (decimal): -12031627 or 7694664. OLE color: 7694664.

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

Color convert

RGB 72 105 117 -
CMYK 0.38 0.10 0 0.54
HSL 196º 0.24% 0.37% -
HSV(B) 196º 0.38% 0.46% -
XYZ 10.93 12.77 18.72 -
YUV 96.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 72 105 117 0.38 0.10 0 0.54 196 0.24 0.37
Hex 48 69 75 26 A 0 36 C4 18 25
Octal 110 151 165 46 12 0 66 304 30 45
Binary 1001000 1101001 1110101 100110 1010 0 110110 11000100 11000 100101

Color Harmonies of #486975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486975

Black with #486975

Text Example


Text Example

White with #486975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486975; }

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

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

background-color css

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

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

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

border-color css

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

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

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