Html Css Color HEX #466475 Bismark

📋 copy color: '#466475'

red 70 ◦ green 100 ◦ blue 117

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

Shades of Bismark #466475

Tints of Bismark #466475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 24.39%
G = 34.84%
B = 40.77%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466475 (or 0x466475) is known color: Bismark. HEX triplet: 46, 64 and 75. RGB value is (70,100,117). Sum of RGB (Red+Green+Blue) = 70+100+117=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #466475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466475 is #B99B8A. Grayscale: #5C5C5C. Windows color (decimal): -12163979 or 7693382. OLE color: 7693382.

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

Color convert

RGB 70 100 117 -
CMYK 0.40 0.15 0 0.54
HSL 201.7º 0.25% 0.37% -
HSV(B) 201.7º 0.4% 0.46% -
XYZ 10.29 11.7 18.55 -
YUV 92.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 70 100 117 0.40 0.15 0 0.54 201.7 0.25 0.37
Hex 46 64 75 28 F 0 36 CA 19 25
Octal 106 144 165 50 17 0 66 312 31 45
Binary 1000110 1100100 1110101 101000 1111 0 110110 11001010 11001 100101

Color Harmonies of #466475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466475

Black with #466475

Text Example


Text Example

White with #466475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466475; }

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

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

background-color css

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

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

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

border-color css

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

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

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