Html Css Color HEX #466976 Bismark

📋 copy color: '#466976'

red 70 ◦ green 105 ◦ blue 118

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

Shades of Bismark #466976

Tints of Bismark #466976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.84%

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

R = 23.89%
G = 35.84%
B = 40.27%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466976 (or 0x466976) is known color: Bismark. HEX triplet: 46, 69 and 76. RGB value is (70,105,118). Sum of RGB (Red+Green+Blue) = 70+105+118=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #466976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466976 is #B99689. Grayscale: #5F5F5F. Windows color (decimal): -12162698 or 7760198. OLE color: 7760198.

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

Color convert

RGB 70 105 118 -
CMYK 0.41 0.11 0 0.54
HSL 196.25º 0.26% 0.37% -
HSV(B) 196.25º 0.41% 0.46% -
XYZ 10.85 12.71 19.02 -
YUV 96.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 70 105 118 0.41 0.11 0 0.54 196.25 0.26 0.37
Hex 46 69 76 29 B 0 36 C4 1A 25
Octal 106 151 166 51 13 0 66 304 32 45
Binary 1000110 1101001 1110110 101001 1011 0 110110 11000100 11010 100101

Color Harmonies of #466976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466976

Black with #466976

Text Example


Text Example

White with #466976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466976; }

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

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

background-color css

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

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

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

border-color css

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

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

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