Html Css Color HEX #466478 Bismark

📋 copy color: '#466478'

red 70 ◦ green 100 ◦ blue 120

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

Shades of Bismark #466478

Tints of Bismark #466478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

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

R = 24.14%
G = 34.48%
B = 41.38%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#466478 (or 0x466478) is known color: Bismark. HEX triplet: 46, 64 and 78. RGB value is (70,100,120). Sum of RGB (Red+Green+Blue) = 70+100+120=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #466478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466478 is #B99B87. Grayscale: #5D5D5D. Windows color (decimal): -12163976 or 7889990. OLE color: 7889990.

HSL color Cylindrical-coordinate representation of color #466478: hue angle of 204º 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 #466478 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 100 120 -
CMYK 0.42 0.17 0 0.53
HSL 204º 0.26% 0.37% -
HSV(B) 204º 0.42% 0.47% -
XYZ 10.47 11.77 19.49 -
YUV 93.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 70 100 120 0.42 0.17 0 0.53 204 0.26 0.37
Hex 46 64 78 2A 11 0 35 CC 1A 25
Octal 106 144 170 52 21 0 65 314 32 45
Binary 1000110 1100100 1111000 101010 10001 0 110101 11001100 11010 100101

Color Harmonies of #466478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466478

Black with #466478

Text Example


Text Example

White with #466478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466478; }

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

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

background-color css

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

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

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

border-color css

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

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

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