Html Css Color HEX #466876 Bismark

📋 copy color: '#466876'

red 70 ◦ green 104 ◦ blue 118

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

Shades of Bismark #466876

Tints of Bismark #466876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 118 (46.48% from 255) = 40.41%

R = 23.97%
G = 35.62%
B = 40.41%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466876 (or 0x466876) is known color: Bismark. HEX triplet: 46, 68 and 76. RGB value is (70,104,118). Sum of RGB (Red+Green+Blue) = 70+104+118=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #466876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466876 is #B99789. Grayscale: #5F5F5F. Windows color (decimal): -12162954 or 7759942. OLE color: 7759942.

HSL color Cylindrical-coordinate representation of color #466876: hue angle of 197.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #466876 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 104 118 -
CMYK 0.41 0.12 0 0.54
HSL 197.5º 0.26% 0.37% -
HSV(B) 197.5º 0.41% 0.46% -
XYZ 10.75 12.51 18.99 -
YUV 95.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 70 104 118 0.41 0.12 0 0.54 197.5 0.26 0.37
Hex 46 68 76 29 C 0 36 C6 1A 25
Octal 106 150 166 51 14 0 66 306 32 45
Binary 1000110 1101000 1110110 101001 1100 0 110110 11000110 11010 100101

Color Harmonies of #466876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466876

Black with #466876

Text Example


Text Example

White with #466876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466876; }

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

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

background-color css

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

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

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

border-color css

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

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

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