Html Css Color HEX #487078 Bismark

📋 copy color: '#487078'

red 72 ◦ green 112 ◦ blue 120

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

Shades of Bismark #487078

Tints of Bismark #487078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

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

R = 23.68%
G = 36.84%
B = 39.47%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487078 (or 0x487078) is known color: Bismark. HEX triplet: 48, 70 and 78. RGB value is (72,112,120). Sum of RGB (Red+Green+Blue) = 72+112+120=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #487078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487078 is #B78F87. Grayscale: #646464. Windows color (decimal): -12029832 or 7893064. OLE color: 7893064.

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

Color convert

RGB 72 112 120 -
CMYK 0.40 0.07 0 0.53
HSL 190º 0.25% 0.38% -
HSV(B) 190º 0.4% 0.47% -
XYZ 11.86 14.32 19.91 -
YUV 100.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 72 112 120 0.40 0.07 0 0.53 190 0.25 0.38
Hex 48 70 78 28 7 0 35 BE 19 26
Octal 110 160 170 50 7 0 65 276 31 46
Binary 1001000 1110000 1111000 101000 111 0 110101 10111110 11001 100110

Color Harmonies of #487078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487078

Black with #487078

Text Example


Text Example

White with #487078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487078; }

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

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

background-color css

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

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

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

border-color css

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

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

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