Html Css Color HEX #466776 Bismark

📋 copy color: '#466776'

red 70 ◦ green 103 ◦ blue 118

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

Shades of Bismark #466776

Tints of Bismark #466776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.55%

R = 24.05%
G = 35.4%
B = 40.55%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466776 (or 0x466776) is known color: Bismark. HEX triplet: 46, 67 and 76. RGB value is (70,103,118). Sum of RGB (Red+Green+Blue) = 70+103+118=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #466776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466776 is #B99889. Grayscale: #5E5E5E. Windows color (decimal): -12163210 or 7759686. OLE color: 7759686.

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

Color convert

RGB 70 103 118 -
CMYK 0.41 0.13 0 0.54
HSL 198.75º 0.26% 0.37% -
HSV(B) 198.75º 0.41% 0.46% -
XYZ 10.65 12.31 18.95 -
YUV 94.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 70 103 118 0.41 0.13 0 0.54 198.75 0.26 0.37
Hex 46 67 76 29 D 0 36 C7 1A 25
Octal 106 147 166 51 15 0 66 307 32 45
Binary 1000110 1100111 1110110 101001 1101 0 110110 11000111 11010 100101

Color Harmonies of #466776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466776

Black with #466776

Text Example


Text Example

White with #466776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466776; }

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

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

background-color css

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

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

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

border-color css

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

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

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