Html Css Color HEX #466379 Bismark

📋 copy color: '#466379'

red 70 ◦ green 99 ◦ blue 121

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

Shades of Bismark #466379

Tints of Bismark #466379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 24.14%
G = 34.14%
B = 41.72%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466379 (or 0x466379) is known color: Bismark. HEX triplet: 46, 63 and 79. RGB value is (70,99,121). Sum of RGB (Red+Green+Blue) = 70+99+121=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #466379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466379 is #B99C86. Grayscale: #5C5C5C. Windows color (decimal): -12164231 or 7955270. OLE color: 7955270.

HSL color Cylindrical-coordinate representation of color #466379: hue angle of 205.88º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466379 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 99 121 -
CMYK 0.42 0.18 0 0.53
HSL 205.88º 0.27% 0.37% -
HSV(B) 205.88º 0.42% 0.47% -
XYZ 10.44 11.61 19.78 -
YUV 92.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 70 99 121 0.42 0.18 0 0.53 205.88 0.27 0.37
Hex 46 63 79 2A 12 0 35 CE 1B 25
Octal 106 143 171 52 22 0 65 316 33 45
Binary 1000110 1100011 1111001 101010 10010 0 110101 11001110 11011 100101

Color Harmonies of #466379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466379

Black with #466379

Text Example


Text Example

White with #466379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466379; }

 p { color: rgb(70,99,121); }

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

background-color css

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

 a { background-color: rgb(70,99,121); }

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

border-color css

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

 span { border-color: rgb(70,99,121); }

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