Html Css Color HEX #467080 Bismark

📋 copy color: '#467080'

red 70 ◦ green 112 ◦ blue 128

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

Shades of Bismark #467080

Tints of Bismark #467080

RGB

 RED value IS 70 (27.73% from 255) = 22.58%

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

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 22.58%
G = 36.13%
B = 41.29%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#467080 (or 0x467080) is known color: Bismark. HEX triplet: 46, 70 and 80. RGB value is (70,112,128). Sum of RGB (Red+Green+Blue) = 70+112+128=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #467080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467080 is #B98F7F. Grayscale: #656565. Windows color (decimal): -12160896 or 8417350. OLE color: 8417350.

HSL color Cylindrical-coordinate representation of color #467080: hue angle of 196.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467080 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 112 128 -
CMYK 0.45 0.12 0 0.50
HSL 196.55º 0.29% 0.39% -
HSV(B) 196.55º 0.45% 0.5% -
XYZ 12.22 14.45 22.57 -
YUV 101.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 70 112 128 0.45 0.12 0 0.50 196.55 0.29 0.39
Hex 46 70 80 2D C 0 32 C5 1D 27
Octal 106 160 200 55 14 0 62 305 35 47
Binary 1000110 1110000 10000000 101101 1100 0 110010 11000101 11101 100111

Color Harmonies of #467080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467080

Black with #467080

Text Example


Text Example

White with #467080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467080; }

 p { color: rgb(70,112,128); }

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

background-color css

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

 a { background-color: rgb(70,112,128); }

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

border-color css

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

 span { border-color: rgb(70,112,128); }

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