Html Css Color HEX #466575 Bismark

📋 copy color: '#466575'

red 70 ◦ green 101 ◦ blue 117

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

Shades of Bismark #466575

Tints of Bismark #466575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 24.31%
G = 35.07%
B = 40.63%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466575 (or 0x466575) is known color: Bismark. HEX triplet: 46, 65 and 75. RGB value is (70,101,117). Sum of RGB (Red+Green+Blue) = 70+101+117=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #466575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466575 is #B99A8A. Grayscale: #5D5D5D. Windows color (decimal): -12163723 or 7693638. OLE color: 7693638.

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

Color convert

RGB 70 101 117 -
CMYK 0.40 0.14 0 0.54
HSL 200.43º 0.25% 0.37% -
HSV(B) 200.43º 0.4% 0.46% -
XYZ 10.39 11.89 18.58 -
YUV 93.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 70 101 117 0.40 0.14 0 0.54 200.43 0.25 0.37
Hex 46 65 75 28 E 0 36 C8 19 25
Octal 106 145 165 50 16 0 66 310 31 45
Binary 1000110 1100101 1110101 101000 1110 0 110110 11001000 11001 100101

Color Harmonies of #466575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466575

Black with #466575

Text Example


Text Example

White with #466575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466575; }

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

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

background-color css

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

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

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

border-color css

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

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

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