Html Css Color HEX #466E83 Bismark

📋 copy color: '#466E83'

red 70 ◦ green 110 ◦ blue 131

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

Shades of Bismark #466E83

Tints of Bismark #466E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 22.51%
G = 35.37%
B = 42.12%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466E83 (or 0x466E83) is known color: Bismark. HEX triplet: 46, 6E and 83. RGB value is (70,110,131). Sum of RGB (Red+Green+Blue) = 70+110+131=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #466E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466E83 is #B9917C. Grayscale: #646464. Windows color (decimal): -12161405 or 8613446. OLE color: 8613446.

HSL color Cylindrical-coordinate representation of color #466E83: hue angle of 200.66º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #466E83 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 110 131 -
CMYK 0.47 0.16 0 0.49
HSL 200.66º 0.3% 0.39% -
HSV(B) 200.66º 0.47% 0.51% -
XYZ 12.2 14.09 23.55 -
YUV 100.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 70 110 131 0.47 0.16 0 0.49 200.66 0.3 0.39
Hex 46 6E 83 2F 10 0 31 C9 1E 27
Octal 106 156 203 57 20 0 61 311 36 47
Binary 1000110 1101110 10000011 101111 10000 0 110001 11001001 11110 100111

Color Harmonies of #466E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E83

Black with #466E83

Text Example


Text Example

White with #466E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,131); }

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

background-color css

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

 a { background-color: rgb(70,110,131); }

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

border-color css

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

 span { border-color: rgb(70,110,131); }

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