Html Css Color HEX #467681 Bismark

📋 copy color: '#467681'

red 70 ◦ green 118 ◦ blue 129

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

Shades of Bismark #467681

Tints of Bismark #467681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

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

R = 22.08%
G = 37.22%
B = 40.69%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#467681 (or 0x467681) is known color: Bismark. HEX triplet: 46, 76 and 81. RGB value is (70,118,129). Sum of RGB (Red+Green+Blue) = 70+118+129=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #467681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467681 is #B9897E. Grayscale: #686868. Windows color (decimal): -12159359 or 8484422. OLE color: 8484422.

HSL color Cylindrical-coordinate representation of color #467681: hue angle of 191.19º 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 #467681 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 118 129 -
CMYK 0.46 0.09 0 0.49
HSL 191.19º 0.3% 0.39% -
HSV(B) 191.19º 0.46% 0.51% -
XYZ 12.97 15.84 23.14 -
YUV 104.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 70 118 129 0.46 0.09 0 0.49 191.19 0.3 0.39
Hex 46 76 81 2E 9 0 31 BF 1E 27
Octal 106 166 201 56 11 0 61 277 36 47
Binary 1000110 1110110 10000001 101110 1001 0 110001 10111111 11110 100111

Color Harmonies of #467681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467681

Black with #467681

Text Example


Text Example

White with #467681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467681; }

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

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

background-color css

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

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

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

border-color css

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

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

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