Html Css Color HEX #486370 Bismark

📋 copy color: '#486370'

red 72 ◦ green 99 ◦ blue 112

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

Shades of Bismark #486370

Tints of Bismark #486370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 25.44%
G = 34.98%
B = 39.58%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#486370 (or 0x486370) is known color: Bismark. HEX triplet: 48, 63 and 70. RGB value is (72,99,112). Sum of RGB (Red+Green+Blue) = 72+99+112=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #486370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486370 is #B79C8F. Grayscale: #5C5C5C. Windows color (decimal): -12033168 or 7365448. OLE color: 7365448.

HSL color Cylindrical-coordinate representation of color #486370: hue angle of 199.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486370 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 99 112 -
CMYK 0.36 0.12 0 0.56
HSL 199.5º 0.22% 0.36% -
HSV(B) 199.5º 0.36% 0.44% -
XYZ 10.06 11.47 17.01 -
YUV 92.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 72 99 112 0.36 0.12 0 0.56 199.5 0.22 0.36
Hex 48 63 70 24 C 0 38 C8 16 24
Octal 110 143 160 44 14 0 70 310 26 44
Binary 1001000 1100011 1110000 100100 1100 0 111000 11001000 10110 100100

Color Harmonies of #486370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486370

Black with #486370

Text Example


Text Example

White with #486370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486370; }

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

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

background-color css

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

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

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

border-color css

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

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

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