Html Css Color HEX #466270 Bismark

📋 copy color: '#466270'

red 70 ◦ green 98 ◦ blue 112

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

Shades of Bismark #466270

Tints of Bismark #466270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 25%
G = 35%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466270 (or 0x466270) is known color: Bismark. HEX triplet: 46, 62 and 70. RGB value is (70,98,112). Sum of RGB (Red+Green+Blue) = 70+98+112=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #466270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466270 is #B99D8F. Grayscale: #5B5B5B. Windows color (decimal): -12164496 or 7365190. OLE color: 7365190.

HSL color Cylindrical-coordinate representation of color #466270: hue angle of 200º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466270 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 98 112 -
CMYK 0.38 0.13 0 0.56
HSL 200º 0.23% 0.36% -
HSV(B) 200º 0.38% 0.44% -
XYZ 9.82 11.21 16.97 -
YUV 91.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 70 98 112 0.38 0.13 0 0.56 200 0.23 0.36
Hex 46 62 70 26 D 0 38 C8 17 24
Octal 106 142 160 46 15 0 70 310 27 44
Binary 1000110 1100010 1110000 100110 1101 0 111000 11001000 10111 100100

Color Harmonies of #466270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466270

Black with #466270

Text Example


Text Example

White with #466270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466270; }

 p { color: rgb(70,98,112); }

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

background-color css

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

 a { background-color: rgb(70,98,112); }

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

border-color css

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

 span { border-color: rgb(70,98,112); }

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