Html Css Color HEX #46677D Bismark

📋 copy color: '#46677D'

red 70 ◦ green 103 ◦ blue 125

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

Shades of Bismark #46677D

Tints of Bismark #46677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 23.49%
G = 34.56%
B = 41.95%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46677D (or 0x46677D) is known color: Bismark. HEX triplet: 46, 67 and 7D. RGB value is (70,103,125). Sum of RGB (Red+Green+Blue) = 70+103+125=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #46677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46677D is #B99882. Grayscale: #5F5F5F. Windows color (decimal): -12163203 or 8218438. OLE color: 8218438.

HSL color Cylindrical-coordinate representation of color #46677D: hue angle of 204º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46677D is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 103 125 -
CMYK 0.44 0.18 0 0.51
HSL 204º 0.28% 0.38% -
HSV(B) 204º 0.44% 0.49% -
XYZ 11.08 12.48 21.23 -
YUV 95.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 70 103 125 0.44 0.18 0 0.51 204 0.28 0.38
Hex 46 67 7D 2C 12 0 33 CC 1C 26
Octal 106 147 175 54 22 0 63 314 34 46
Binary 1000110 1100111 1111101 101100 10010 0 110011 11001100 11100 100110

Color Harmonies of #46677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46677D

Black with #46677D

Text Example


Text Example

White with #46677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46677D; }

 p { color: rgb(70,103,125); }

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

background-color css

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

 a { background-color: rgb(70,103,125); }

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

border-color css

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

 span { border-color: rgb(70,103,125); }

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