Html Css Color HEX #467481 Bismark

📋 copy color: '#467481'

red 70 ◦ green 116 ◦ blue 129

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

Shades of Bismark #467481

Tints of Bismark #467481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 22.22%
G = 36.83%
B = 40.95%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467481 (or 0x467481) is known color: Bismark. HEX triplet: 46, 74 and 81. RGB value is (70,116,129). Sum of RGB (Red+Green+Blue) = 70+116+129=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #467481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467481 is #B98B7E. Grayscale: #676767. Windows color (decimal): -12159871 or 8483910. OLE color: 8483910.

HSL color Cylindrical-coordinate representation of color #467481: hue angle of 193.22º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467481 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 116 129 -
CMYK 0.46 0.10 0 0.49
HSL 193.22º 0.3% 0.39% -
HSV(B) 193.22º 0.46% 0.51% -
XYZ 12.73 15.38 23.07 -
YUV 103.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 70 116 129 0.46 0.10 0 0.49 193.22 0.3 0.39
Hex 46 74 81 2E A 0 31 C1 1E 27
Octal 106 164 201 56 12 0 61 301 36 47
Binary 1000110 1110100 10000001 101110 1010 0 110001 11000001 11110 100111

Color Harmonies of #467481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467481

Black with #467481

Text Example


Text Example

White with #467481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467481; }

 p { color: rgb(70,116,129); }

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

background-color css

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

 a { background-color: rgb(70,116,129); }

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

border-color css

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

 span { border-color: rgb(70,116,129); }

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