Html Css Color HEX #486378 Bismark

📋 copy color: '#486378'

red 72 ◦ green 99 ◦ blue 120

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

Shades of Bismark #486378

Tints of Bismark #486378

RGB

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

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

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

R = 24.74%
G = 34.02%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486378 (or 0x486378) is known color: Bismark. HEX triplet: 48, 63 and 78. RGB value is (72,99,120). Sum of RGB (Red+Green+Blue) = 72+99+120=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 120 - color contains mainly: blue. Hex color #486378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486378 is #B79C87. Grayscale: #5D5D5D. Windows color (decimal): -12033160 or 7889736. OLE color: 7889736.

HSL color Cylindrical-coordinate representation of color #486378: hue angle of 206.25º 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 #486378 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 99 120 -
CMYK 0.40 0.17 0 0.53
HSL 206.25º 0.25% 0.38% -
HSV(B) 206.25º 0.4% 0.47% -
XYZ 10.52 11.66 19.46 -
YUV 93.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 72 99 120 0.40 0.17 0 0.53 206.25 0.25 0.38
Hex 48 63 78 28 11 0 35 CE 19 26
Octal 110 143 170 50 21 0 65 316 31 46
Binary 1001000 1100011 1111000 101000 10001 0 110101 11001110 11001 100110

Color Harmonies of #486378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486378

Black with #486378

Text Example


Text Example

White with #486378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486378; }

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

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

background-color css

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

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

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

border-color css

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

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

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