Html Css Color HEX #466074 Bismark

📋 copy color: '#466074'

red 70 ◦ green 96 ◦ blue 116

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

Shades of Bismark #466074

Tints of Bismark #466074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 24.82%
G = 34.04%
B = 41.13%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466074 (or 0x466074) is known color: Bismark. HEX triplet: 46, 60 and 74. RGB value is (70,96,116). Sum of RGB (Red+Green+Blue) = 70+96+116=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 116 - color contains mainly: blue. Hex color #466074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466074 is #B99F8B. Grayscale: #5A5A5A. Windows color (decimal): -12165004 or 7626822. OLE color: 7626822.

HSL color Cylindrical-coordinate representation of color #466074: hue angle of 206.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #466074 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 96 116 -
CMYK 0.40 0.17 0 0.55
HSL 206.09º 0.25% 0.36% -
HSV(B) 206.09º 0.4% 0.45% -
XYZ 9.86 10.93 18.11 -
YUV 90.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 70 96 116 0.40 0.17 0 0.55 206.09 0.25 0.36
Hex 46 60 74 28 11 0 37 CE 19 24
Octal 106 140 164 50 21 0 67 316 31 44
Binary 1000110 1100000 1110100 101000 10001 0 110111 11001110 11001 100100

Color Harmonies of #466074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466074

Black with #466074

Text Example


Text Example

White with #466074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466074; }

 p { color: rgb(70,96,116); }

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

background-color css

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

 a { background-color: rgb(70,96,116); }

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

border-color css

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

 span { border-color: rgb(70,96,116); }

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