Html Css Color HEX #486375 Bismark

📋 copy color: '#486375'

red 72 ◦ green 99 ◦ blue 117

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

Shades of Bismark #486375

Tints of Bismark #486375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 25%
G = 34.38%
B = 40.63%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486375 (or 0x486375) is known color: Bismark. HEX triplet: 48, 63 and 75. RGB value is (72,99,117). Sum of RGB (Red+Green+Blue) = 72+99+117=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #486375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486375 is #B79C8A. Grayscale: #5C5C5C. Windows color (decimal): -12033163 or 7693128. OLE color: 7693128.

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

Color convert

RGB 72 99 117 -
CMYK 0.38 0.15 0 0.54
HSL 204º 0.24% 0.37% -
HSV(B) 204º 0.38% 0.46% -
XYZ 10.35 11.59 18.52 -
YUV 92.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 72 99 117 0.38 0.15 0 0.54 204 0.24 0.37
Hex 48 63 75 26 F 0 36 CC 18 25
Octal 110 143 165 46 17 0 66 314 30 45
Binary 1001000 1100011 1110101 100110 1111 0 110110 11001100 11000 100101

Color Harmonies of #486375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486375

Black with #486375

Text Example


Text Example

White with #486375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486375; }

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

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

background-color css

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

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

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

border-color css

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

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

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