Html Css Color HEX #486278 Bismark

📋 copy color: '#486278'

red 72 ◦ green 98 ◦ blue 120

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

Shades of Bismark #486278

Tints of Bismark #486278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 24.83%
G = 33.79%
B = 41.38%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486278 (or 0x486278) is known color: Bismark. HEX triplet: 48, 62 and 78. RGB value is (72,98,120). Sum of RGB (Red+Green+Blue) = 72+98+120=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #486278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486278 is #B79D87. Grayscale: #5C5C5C. Windows color (decimal): -12033416 or 7889480. OLE color: 7889480.

HSL color Cylindrical-coordinate representation of color #486278: hue angle of 207.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486278 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 98 120 -
CMYK 0.40 0.18 0 0.53
HSL 207.5º 0.25% 0.38% -
HSV(B) 207.5º 0.4% 0.47% -
XYZ 10.43 11.47 19.43 -
YUV 92.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 72 98 120 0.40 0.18 0 0.53 207.5 0.25 0.38
Hex 48 62 78 28 12 0 35 D0 19 26
Octal 110 142 170 50 22 0 65 320 31 46
Binary 1001000 1100010 1111000 101000 10010 0 110101 11010000 11001 100110

Color Harmonies of #486278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486278

Black with #486278

Text Example


Text Example

White with #486278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486278; }

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

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

background-color css

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

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

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

border-color css

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

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

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