Html Css Color HEX #486274 Bismark

📋 copy color: '#486274'

red 72 ◦ green 98 ◦ blue 116

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

Shades of Bismark #486274

Tints of Bismark #486274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 25.17%
G = 34.27%
B = 40.56%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486274 (or 0x486274) is known color: Bismark. HEX triplet: 48, 62 and 74. RGB value is (72,98,116). Sum of RGB (Red+Green+Blue) = 72+98+116=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #486274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486274 is #B79D8B. Grayscale: #5C5C5C. Windows color (decimal): -12033420 or 7627336. OLE color: 7627336.

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

Color convert

RGB 72 98 116 -
CMYK 0.38 0.16 0 0.55
HSL 204.55º 0.23% 0.37% -
HSV(B) 204.55º 0.38% 0.45% -
XYZ 10.19 11.37 18.18 -
YUV 92.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 72 98 116 0.38 0.16 0 0.55 204.55 0.23 0.37
Hex 48 62 74 26 10 0 37 CD 17 25
Octal 110 142 164 46 20 0 67 315 27 45
Binary 1001000 1100010 1110100 100110 10000 0 110111 11001101 10111 100101

Color Harmonies of #486274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486274

Black with #486274

Text Example


Text Example

White with #486274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486274; }

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

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

background-color css

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

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

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

border-color css

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

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

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