Html Css Color HEX #486C75 Bismark

📋 copy color: '#486C75'

red 72 ◦ green 108 ◦ blue 117

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

Shades of Bismark #486C75

Tints of Bismark #486C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486C75 (or 0x486C75) is known color: Bismark. HEX triplet: 48, 6C and 75. RGB value is (72,108,117). Sum of RGB (Red+Green+Blue) = 72+108+117=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #486C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C75 is #B7938A. Grayscale: #626262. Windows color (decimal): -12030859 or 7695432. OLE color: 7695432.

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

Color convert

RGB 72 108 117 -
CMYK 0.38 0.08 0 0.54
HSL 192º 0.24% 0.37% -
HSV(B) 192º 0.38% 0.46% -
XYZ 11.25 13.39 18.82 -
YUV 98.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 72 108 117 0.38 0.08 0 0.54 192 0.24 0.37
Hex 48 6C 75 26 8 0 36 C0 18 25
Octal 110 154 165 46 10 0 66 300 30 45
Binary 1001000 1101100 1110101 100110 1000 0 110110 11000000 11000 100101

Color Harmonies of #486C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C75

Black with #486C75

Text Example


Text Example

White with #486C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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