Html Css Color HEX #486374 Bismark

📋 copy color: '#486374'

red 72 ◦ green 99 ◦ blue 116

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

Shades of Bismark #486374

Tints of Bismark #486374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 25.09%
G = 34.49%
B = 40.42%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486374 (or 0x486374) is known color: Bismark. HEX triplet: 48, 63 and 74. RGB value is (72,99,116). Sum of RGB (Red+Green+Blue) = 72+99+116=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #486374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486374 is #B79C8B. Grayscale: #5C5C5C. Windows color (decimal): -12033164 or 7627592. OLE color: 7627592.

HSL color Cylindrical-coordinate representation of color #486374: hue angle of 203.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486374 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 99 116 -
CMYK 0.38 0.15 0 0.55
HSL 203.18º 0.23% 0.37% -
HSV(B) 203.18º 0.38% 0.45% -
XYZ 10.29 11.56 18.21 -
YUV 92.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 72 99 116 0.38 0.15 0 0.55 203.18 0.23 0.37
Hex 48 63 74 26 F 0 37 CB 17 25
Octal 110 143 164 46 17 0 67 313 27 45
Binary 1001000 1100011 1110100 100110 1111 0 110111 11001011 10111 100101

Color Harmonies of #486374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486374

Black with #486374

Text Example


Text Example

White with #486374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486374; }

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

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

background-color css

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

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

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

border-color css

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

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

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