Html Css Color HEX #487178 Bismark

📋 copy color: '#487178'

red 72 ◦ green 113 ◦ blue 120

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

Shades of Bismark #487178

Tints of Bismark #487178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 23.61%
G = 37.05%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487178 (or 0x487178) is known color: Bismark. HEX triplet: 48, 71 and 78. RGB value is (72,113,120). Sum of RGB (Red+Green+Blue) = 72+113+120=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #487178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487178 is #B78E87. Grayscale: #656565. Windows color (decimal): -12029576 or 7893320. OLE color: 7893320.

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

Color convert

RGB 72 113 120 -
CMYK 0.40 0.06 0 0.53
HSL 188.75º 0.25% 0.38% -
HSV(B) 188.75º 0.4% 0.47% -
XYZ 11.97 14.54 19.95 -
YUV 101.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 72 113 120 0.40 0.06 0 0.53 188.75 0.25 0.38
Hex 48 71 78 28 6 0 35 BD 19 26
Octal 110 161 170 50 6 0 65 275 31 46
Binary 1001000 1110001 1111000 101000 110 0 110101 10111101 11001 100110

Color Harmonies of #487178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487178

Black with #487178

Text Example


Text Example

White with #487178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487178; }

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

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

background-color css

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

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

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

border-color css

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

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

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