#466B75

Color #466B75 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #466B75

Tints of Bismark #466B75

Color information

#466B75 (or 0x466B75) is unknown color: approx Bismark. HEX triplet: 46, 6B and 75. RGB value is (70,107,117). Sum of RGB (Red+Green+Blue) = 70+107+117=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #466B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B75 is #B9948A. Grayscale: #616161. Windows color (decimal): -12162187 or 7695174. OLE color: 7695174.

HSL color Cylindrical-coordinate representation of color #466B75: hue angle of 192.77º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466B75 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB70107117-
CMYK0.400.0900.54
HSL192.77º25.13%36.67%-
HSV(B)192.77º40.17%45.88%-
XYZ10.9913.118.78-
YUV97.08139.24108.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=23.81%
G=36.39%
B=39.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal701071170.400.0900.54192.7725.1336.67
Hex466B75289036c11925
Octal10615316550110663013145
Binary100011011010111110101101000100101101101100000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B75; }

 p { color: rgb(70,107,117); }

 H1.HeaderClassName
 {
   color: #466B75;
 }
 .AnyTagClassName
 {
   color: #466B75;
 }
</style>
background-color css

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

 a { background-color: rgb(70,107,117); }

 div.DivClassName
 {
   background-color: #466B75;
 }
 .BgClassName
 {
   background-color: #466B75;
 }
</style>
border-color css

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

 span { border-color: rgb(70,107,117); }

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