Html Css Color HEX #466276 Bismark

📋 copy color: '#466276'

red 70 ◦ green 98 ◦ blue 118

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

Shades of Bismark #466276

Tints of Bismark #466276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

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

R = 24.48%
G = 34.27%
B = 41.26%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466276 (or 0x466276) is known color: Bismark. HEX triplet: 46, 62 and 76. RGB value is (70,98,118). Sum of RGB (Red+Green+Blue) = 70+98+118=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #466276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466276 is #B99D89. Grayscale: #5B5B5B. Windows color (decimal): -12164490 or 7758406. OLE color: 7758406.

HSL color Cylindrical-coordinate representation of color #466276: hue angle of 205º 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 #466276 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 98 118 -
CMYK 0.41 0.17 0 0.54
HSL 205º 0.26% 0.37% -
HSV(B) 205º 0.41% 0.46% -
XYZ 10.16 11.35 18.79 -
YUV 91.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 70 98 118 0.41 0.17 0 0.54 205 0.26 0.37
Hex 46 62 76 29 11 0 36 CD 1A 25
Octal 106 142 166 51 21 0 66 315 32 45
Binary 1000110 1100010 1110110 101001 10001 0 110110 11001101 11010 100101

Color Harmonies of #466276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466276

Black with #466276

Text Example


Text Example

White with #466276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466276; }

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

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

background-color css

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

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

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

border-color css

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

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

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