Html Css Color HEX #466B78 Bismark

📋 copy color: '#466B78'

red 70 ◦ green 107 ◦ blue 120

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

Shades of Bismark #466B78

Tints of Bismark #466B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

 BLUE value IS 120 (47.27% from 255) = 40.4%

R = 23.57%
G = 36.03%
B = 40.4%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466B78 (or 0x466B78) is known color: Bismark. HEX triplet: 46, 6B and 78. RGB value is (70,107,120). Sum of RGB (Red+Green+Blue) = 70+107+120=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #466B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B78 is #B99487. Grayscale: #616161. Windows color (decimal): -12162184 or 7891782. OLE color: 7891782.

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

Color convert

RGB 70 107 120 -
CMYK 0.42 0.11 0 0.53
HSL 195.6º 0.26% 0.37% -
HSV(B) 195.6º 0.42% 0.47% -
XYZ 11.17 13.17 19.72 -
YUV 97.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 70 107 120 0.42 0.11 0 0.53 195.6 0.26 0.37
Hex 46 6B 78 2A B 0 35 C4 1A 25
Octal 106 153 170 52 13 0 65 304 32 45
Binary 1000110 1101011 1111000 101010 1011 0 110101 11000100 11010 100101

Color Harmonies of #466B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B78

Black with #466B78

Text Example


Text Example

White with #466B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,107,120); }

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

background-color css

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

 a { background-color: rgb(70,107,120); }

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

border-color css

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

 span { border-color: rgb(70,107,120); }

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