Html Css Color HEX #486C78 Bismark

📋 copy color: '#486C78'

red 72 ◦ green 108 ◦ blue 120

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

Shades of Bismark #486C78

Tints of Bismark #486C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

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

R = 24%
G = 36%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#486C78 (or 0x486C78) is known color: Bismark. HEX triplet: 48, 6C and 78. RGB value is (72,108,120). Sum of RGB (Red+Green+Blue) = 72+108+120=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #486C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C78 is #B79387. Grayscale: #626262. Windows color (decimal): -12030856 or 7892040. OLE color: 7892040.

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

Color convert

RGB 72 108 120 -
CMYK 0.40 0.10 0 0.53
HSL 195º 0.25% 0.38% -
HSV(B) 195º 0.4% 0.47% -
XYZ 11.43 13.46 19.76 -
YUV 98.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 72 108 120 0.40 0.10 0 0.53 195 0.25 0.38
Hex 48 6C 78 28 A 0 35 C3 19 26
Octal 110 154 170 50 12 0 65 303 31 46
Binary 1001000 1101100 1111000 101000 1010 0 110101 11000011 11001 100110

Color Harmonies of #486C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C78

Black with #486C78

Text Example


Text Example

White with #486C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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