Html Css Color HEX #466D75 Bismark

📋 copy color: '#466D75'

red 70 ◦ green 109 ◦ blue 117

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

Shades of Bismark #466D75

Tints of Bismark #466D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.82%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 23.65%
G = 36.82%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466D75 (or 0x466D75) is known color: Bismark. HEX triplet: 46, 6D and 75. RGB value is (70,109,117). Sum of RGB (Red+Green+Blue) = 70+109+117=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #466D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D75 is #B9928A. Grayscale: #626262. Windows color (decimal): -12161675 or 7695686. OLE color: 7695686.

HSL color Cylindrical-coordinate representation of color #466D75: hue angle of 190.21º 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 #466D75 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 109 117 -
CMYK 0.40 0.07 0 0.54
HSL 190.21º 0.25% 0.37% -
HSV(B) 190.21º 0.4% 0.46% -
XYZ 11.21 13.52 18.85 -
YUV 98.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 70 109 117 0.40 0.07 0 0.54 190.21 0.25 0.37
Hex 46 6D 75 28 7 0 36 BE 19 25
Octal 106 155 165 50 7 0 66 276 31 45
Binary 1000110 1101101 1110101 101000 111 0 110110 10111110 11001 100101

Color Harmonies of #466D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D75

Black with #466D75

Text Example


Text Example

White with #466D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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