Html Css Color HEX #486470 Bismark

📋 copy color: '#486470'

red 72 ◦ green 100 ◦ blue 112

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

Shades of Bismark #486470

Tints of Bismark #486470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 25.35%
G = 35.21%
B = 39.44%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#486470 (or 0x486470) is known color: Bismark. HEX triplet: 48, 64 and 70. RGB value is (72,100,112). Sum of RGB (Red+Green+Blue) = 72+100+112=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 112 - color contains mainly: blue. Hex color #486470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486470 is #B79B8F. Grayscale: #5C5C5C. Windows color (decimal): -12032912 or 7365704. OLE color: 7365704.

HSL color Cylindrical-coordinate representation of color #486470: hue angle of 198º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486470 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 100 112 -
CMYK 0.36 0.11 0 0.56
HSL 198º 0.22% 0.36% -
HSV(B) 198º 0.36% 0.44% -
XYZ 10.15 11.66 17.05 -
YUV 93 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 72 100 112 0.36 0.11 0 0.56 198 0.22 0.36
Hex 48 64 70 24 B 0 38 C6 16 24
Octal 110 144 160 44 13 0 70 306 26 44
Binary 1001000 1100100 1110000 100100 1011 0 111000 11000110 10110 100100

Color Harmonies of #486470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486470

Black with #486470

Text Example


Text Example

White with #486470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486470; }

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

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

background-color css

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

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

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

border-color css

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

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

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