Html Css Color HEX #466F83 Bismark

📋 copy color: '#466F83'

red 70 ◦ green 111 ◦ blue 131

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

Shades of Bismark #466F83

Tints of Bismark #466F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

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

R = 22.44%
G = 35.58%
B = 41.99%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#466F83 (or 0x466F83) is known color: Bismark. HEX triplet: 46, 6F and 83. RGB value is (70,111,131). Sum of RGB (Red+Green+Blue) = 70+111+131=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #466F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F83 is #B9907C. Grayscale: #646464. Windows color (decimal): -12161149 or 8613702. OLE color: 8613702.

HSL color Cylindrical-coordinate representation of color #466F83: hue angle of 199.67º 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 #466F83 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 111 131 -
CMYK 0.47 0.15 0 0.49
HSL 199.67º 0.3% 0.39% -
HSV(B) 199.67º 0.47% 0.51% -
XYZ 12.31 14.31 23.59 -
YUV 101.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 70 111 131 0.47 0.15 0 0.49 199.67 0.3 0.39
Hex 46 6F 83 2F F 0 31 C8 1E 27
Octal 106 157 203 57 17 0 61 310 36 47
Binary 1000110 1101111 10000011 101111 1111 0 110001 11001000 11110 100111

Color Harmonies of #466F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F83

Black with #466F83

Text Example


Text Example

White with #466F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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