Html Css Color HEX #467380 Bismark

📋 copy color: '#467380'

red 70 ◦ green 115 ◦ blue 128

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

Shades of Bismark #467380

Tints of Bismark #467380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

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

R = 22.36%
G = 36.74%
B = 40.89%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#467380 (or 0x467380) is known color: Bismark. HEX triplet: 46, 73 and 80. RGB value is (70,115,128). Sum of RGB (Red+Green+Blue) = 70+115+128=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #467380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467380 is #B98C7F. Grayscale: #666666. Windows color (decimal): -12160128 or 8418118. OLE color: 8418118.

HSL color Cylindrical-coordinate representation of color #467380: hue angle of 193.45º 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 #467380 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 115 128 -
CMYK 0.45 0.10 0 0.50
HSL 193.45º 0.29% 0.39% -
HSV(B) 193.45º 0.45% 0.5% -
XYZ 12.55 15.12 22.68 -
YUV 103.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 70 115 128 0.45 0.10 0 0.50 193.45 0.29 0.39
Hex 46 73 80 2D A 0 32 C1 1D 27
Octal 106 163 200 55 12 0 62 301 35 47
Binary 1000110 1110011 10000000 101101 1010 0 110010 11000001 11101 100111

Color Harmonies of #467380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467380

Black with #467380

Text Example


Text Example

White with #467380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467380; }

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

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

background-color css

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

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

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

border-color css

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

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

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