Html Css Color HEX #466677 Bismark

📋 copy color: '#466677'

red 70 ◦ green 102 ◦ blue 119

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

Shades of Bismark #466677

Tints of Bismark #466677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 119 (46.88% from 255) = 40.89%

R = 24.05%
G = 35.05%
B = 40.89%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466677 (or 0x466677) is known color: Bismark. HEX triplet: 46, 66 and 77. RGB value is (70,102,119). Sum of RGB (Red+Green+Blue) = 70+102+119=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #466677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466677 is #B99988. Grayscale: #5E5E5E. Windows color (decimal): -12163465 or 7824966. OLE color: 7824966.

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

Color convert

RGB 70 102 119 -
CMYK 0.41 0.14 0 0.53
HSL 200.82º 0.26% 0.37% -
HSV(B) 200.82º 0.41% 0.47% -
XYZ 10.61 12.14 19.24 -
YUV 94.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 70 102 119 0.41 0.14 0 0.53 200.82 0.26 0.37
Hex 46 66 77 29 E 0 35 C9 1A 25
Octal 106 146 167 51 16 0 65 311 32 45
Binary 1000110 1100110 1110111 101001 1110 0 110101 11001001 11010 100101

Color Harmonies of #466677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466677

Black with #466677

Text Example


Text Example

White with #466677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466677; }

 p { color: rgb(70,102,119); }

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

background-color css

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

 a { background-color: rgb(70,102,119); }

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

border-color css

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

 span { border-color: rgb(70,102,119); }

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